isl_hash_{space,space_domain}: extract out shared parameter hashing
[isl.git] / test_inputs / codegen / cloog / gesced2.c
blobb8e14ed84496778d9b02a968715d50126576fde5
2 for (int c0 = 1; c0 <= 4; c0 += 1)
3 for (int c1 = 5; c1 < M - 9; c1 += 1)
4 S1(c0, c1);
5 for (int c0 = 5; c0 < M - 9; c0 += 1) {
6 for (int c1 = -c0 + 1; c1 <= 4; c1 += 1)
7 S2(c0 + c1, c0);
8 for (int c1 = 5; c1 <= min(M - 10, M - c0); c1 += 1) {
9 S2(c0 + c1, c0);
10 S1(c0, c1);
12 for (int c1 = M - 9; c1 <= M - c0; c1 += 1)
13 S2(c0 + c1, c0);
14 for (int c1 = M - c0 + 1; c1 < M - 9; c1 += 1)
15 S1(c0, c1);
17 for (int c0 = M - 9; c0 <= M; c0 += 1)
18 for (int c1 = 5; c1 < M - 9; c1 += 1)
19 S1(c0, c1);