Polly 19.0.0git
byu98-1-2-3.c
Go to the documentation of this file.
1for (int c0 = 2; c0 <= 3; c0 += 1)
2 for (int c1 = -c0 + 6; c1 <= 6; c1 += 1)
3 S1(c0, c1);
4for (int c0 = 4; c0 <= 8; c0 += 1) {
5 if (c0 == 4)
6 for (int c1 = 3; c1 <= 4; c1 += 1)
7 S1(4, c1);
8 if (c0 <= 5) {
9 S1(c0, -c0 + 9);
10 S2(c0, -c0 + 9);
11 } else {
12 S2(c0, -c0 + 9);
13 }
14 for (int c1 = max(c0 - 1, -c0 + 10); c1 <= 6; c1 += 1)
15 S1(c0, c1);
16}
S1()
S2()
c1
Definition: dot.c:2
c0
Definition: multi-stride2.c:2