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