isl_hash_{space,space_domain}: extract out shared parameter hashing
[isl.git] / test_inputs / codegen / cloog / yosr2.c
blob3c2cbc8ef798c91c76c5156721ee217227ea9ba8
2 for (int c1 = 1; c1 <= M; c1 += 1)
3 S2(c1);
4 for (int c0 = 2; c0 <= M; c0 += 1) {
5 for (int c1 = 1; c1 < c0; c1 += 1)
6 S4(c1, c0);
7 for (int c2 = 1; c2 < c0; c2 += 1)
8 S1(c0, c2);
9 for (int c2 = c0 + 1; c2 <= M; c2 += 1)
10 for (int c3 = 1; c3 < c0; c3 += 1)
11 S3(c0, c2, c3);