xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/cloog/reservoir-fusion1.st (revision 5971e316fdea024efff6be8f03536623db06833e)
1domain: "[M] -> { S3[i0] : i0 >= 0 and i0 <= M; S2[i0] : i0 >= 1 and i0 <= M; S1[i0] : i0 >= 0 and i0 <= M }"
2child:
3  context: "[M] -> { [] : M >= 1 }"
4  child:
5    sequence:
6    - filter: "[M] -> { S1[i0] }"
7      child:
8        schedule: "[M] -> [{ S1[i0] -> [(i0)] }]"
9        options: "[M] -> { separate[i0] }"
10    - filter: "[M] -> { S2[i0] }"
11      child:
12        schedule: "[M] -> [{ S2[i0] -> [(i0)] }]"
13        options: "[M] -> { separate[i0] }"
14    - filter: "[M] -> { S3[i0] }"
15      child:
16        schedule: "[M] -> [{ S3[i0] -> [(i0)] }]"
17        options: "[M] -> { separate[i0] }"
18