Polly 19.0.0git
unroll8.c
Go to the documentation of this file.
1for (int c0 = 0; c0 <= 99; c0 += 1) {
2 A(c0, 0);
3 A(c0, 1);
4 B(c0, 0);
5 B(c0, 1);
6}
A()
B()
c0
Definition: multi-stride2.c:2