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