Polly 19.0.0git
cloog/unroll2.c
Go to the documentation of this file.
1if (n >= -1 && n <= 9) {
2 if (n >= 0)
3 S1(n);
4 S1(n + 1);
5}
S1()
n
Definition: youcefn.c:8