add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / cloog / durbin_e_s.c
bloba47d319763bf4688bbb151a8bfe12389100d57c0
2 S4(1, 0, 0);
3 S7(1, 0, 0);
4 S8(1, 0, 3);
5 for (int c0 = 2; c0 <= 9; c0 += 1) {
6 S2(c0, -7, 0);
7 for (int c1 = -7; c1 <= c0 - 9; c1 += 1)
8 S3(c0, c1, 1);
9 S6(c0, c0 - 9, 2);
10 S8(c0, 0, 3);
11 for (int c1 = 1; c1 <= c0 - 1; c1 += 1)
12 S5(c0, c1, 3);
14 S2(10, -7, 0);
15 for (int c1 = -7; c1 <= 1; c1 += 1)
16 S3(10, c1, 1);
17 S6(10, 1, 2);
18 for (int c1 = 1; c1 <= 9; c1 += 1) {
19 S5(10, c1, 3);
20 S1(10, c1, 4);
22 S1(10, 10, 4);