xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll9.c (revision 1de4e381ca058f8afa2c2b47d33f28e7a055eb0b)
1*1de4e381STobias Grosser for (int c0 = 0; c0 <= 99; c0 += 1)
2*1de4e381STobias Grosser   for (int c1 = 0; c1 <= 99; c1 += 1) {
3*1de4e381STobias Grosser     A(c1, 0, c0);
4*1de4e381STobias Grosser     A(c1, 1, c0);
5*1de4e381STobias Grosser     B(c1, 0, c0);
6*1de4e381STobias Grosser     B(c1, 1, c0);
7*1de4e381STobias Grosser   }
8