Polly 19.0.0git
separate.c
Go to the documentation of this file.
1a(0);
2for (int c0 = 1; c0 <= 9; c0 += 1) {
3 a(c0);
4 b(c0 - 1);
5}
6b(9);
c0
Definition: multi-stride2.c:2
a(0)
b(9)