keep track of indentation of extracted code
[pet.git] / tests / inf4.scop
blobd4e469867f94ec9a5ec217b936a4c05664d803d6
1 start: 74
2 end: 216
3 indent: '    '
4 context: '[N] -> {  : N >= 8 and N <= 16 }'
5 arrays:
6 - context: '[N] -> {  : N >= 0 }'
7   extent: '[N] -> { a[i0] : i0 <= -1 + N and i0 >= 0 }'
8   element_type: int
9   element_size: 4
10 - context: '[N] -> {  : N >= 0 }'
11   extent: '[N] -> { b[i0] : i0 <= -1 + N and i0 >= 0 }'
12   element_type: int
13   element_size: 4
14 statements:
15 - line: 12
16   domain: '[N] -> { S_0[i, j] : j >= 0 and i >= 0 and j <= -1 + N }'
17   schedule: '[N] -> { S_0[i, j] -> [0, i, 0, j] }'
18   body:
19     type: op
20     operation: =
21     arguments:
22     - type: access
23       relation: '[N] -> { S_0[i, j] -> a[j] }'
24       index: '[N] -> { S_0[i, j] -> a[(j)] }'
25       reference: __pet_ref_0
26       read: 0
27       write: 1
28     - type: int
29       value: 0
30 - line: 14
31   domain: '[N] -> { S_1[i, j] : j >= 0 and i >= 0 and j <= -1 + N }'
32   schedule: '[N] -> { S_1[i, j] -> [0, i, 1, j] }'
33   body:
34     type: op
35     operation: =
36     arguments:
37     - type: access
38       relation: '[N] -> { S_1[i, j] -> b[j] }'
39       index: '[N] -> { S_1[i, j] -> b[(j)] }'
40       reference: __pet_ref_1
41       read: 0
42       write: 1
43     - type: access
44       relation: '[N] -> { S_1[i, j] -> a[j] }'
45       index: '[N] -> { S_1[i, j] -> a[(j)] }'
46       reference: __pet_ref_2
47       read: 1
48       write: 0