Polly 23.0.0git
expansion.c
Go to the documentation of this file.
1for (int c0 = 1; c0 < n - 1; c0 += 2)
2 for (int c1 = c0 - 1; c1 <= c0; c1 += 1)
3 S(c1);
4if (n >= 1)
5 for (int c1 = n - 2; c1 < n; c1 += 1)
6 if (2 * ((c1 + 2) / 2) >= n)
7 S(c1);
c1
Definition dot.c:2
#define S(TYPE, NAME)
c0
n
Definition youcefn.c:8