keep track of indentation of extracted code
[pet.git] / tests / piecewise.scop
blob3cc386aacfcb111505ced0bd3e4d007663ccae95
1 start: 56
2 end: 174
3 indent: "\t"
4 context: '[N] -> {  : N <= 2147483647 and N >= 0 }'
5 arrays:
6 - context: '[N] -> {  : N >= 0 }'
7   extent: '[N] -> { a[i0, i1] : i1 >= 0 and i0 >= 0 and i1 <= -1 + N }'
8   element_type: int
9   element_size: 4
10 statements:
11 - line: 8
12   domain: '[N] -> { S_0[i, j] : j >= i and i >= 0 and j <= -1 + N }'
13   schedule: '[N] -> { S_0[i, j] -> [0, i, j] }'
14   body:
15     type: op
16     operation: =
17     arguments:
18     - type: access
19       relation: '[N] -> { S_0[i, j] -> a[i, j] }'
20       index: '[N] -> { S_0[i, j] -> a[(i), (j)] }'
21       reference: __pet_ref_0
22       read: 0
23       write: 1
24     - type: access
25       relation: '[N] -> { S_0[i, j] -> a[-1 + i, 0] : i >= 1; S_0[0, j] -> a[0, 0]
26         }'
27       index: '[N] -> { S_0[i, j] -> a[((-1 + i) : i >= 1; (0) : i = 0), (0)] }'
28       reference: __pet_ref_1
29       read: 1
30       write: 0