pet_scop: keep track of schedule tree
[pet.git] / tests / inc2.scop
blob10dba51030e860ca9f819e763ec2417b3b4d35e0
1 start: 38
2 end: 107
3 indent: "\t"
4 context: '[N] -> {  : N >= 0 and N <= 2147483647 }'
5 schedule: '{ domain: "[N] -> { S_0[i] : exists (e0 = floor((i)/3): 3e0 = i and i >=
6   0 and i <= -1 + N) }", child: { schedule: "[N] -> L_0[{ S_0[i] -> [(i)] }]" } }'
7 arrays:
8 - context: '[N] -> {  : N >= 0 }'
9   extent: '[N] -> { a[i0] : i0 >= 0 and i0 <= -1 + N }'
10   element_type: int
11   element_size: 4
12 statements:
13 - line: 8
14   domain: '[N] -> { S_0[i] : exists (e0 = floor((i)/3): 3e0 = i and i >= 0 and i <=
15     -1 + N) }'
16   schedule: '[N] -> { S_0[i] -> [0, i] }'
17   body:
18     type: expression
19     expr:
20       type: op
21       operation: =
22       arguments:
23       - type: access
24         index: '[N] -> { S_0[i] -> a[(i)] }'
25         reference: __pet_ref_0
26         read: 0
27         write: 1
28       - type: access
29         index: '[N] -> { S_0[i] -> [(i)] }'
30         reference: __pet_ref_1
31         read: 1
32         write: 0