keep track of indentation of extracted code
[pet.git] / tests / mod2.scop
blob6426de1fc2132a166edadbbfaab1dcce66bf25a9
1 start: 38
2 end: 127
3 indent: "\t"
4 context: '[N] -> {  : N >= 0 and N <= 2147483647 }'
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 statements:
11 - line: 9
12   domain: '[N] -> { S_0[i] : exists (e0 = floor((i)/2): 2e0 = i and i <= -1 + N and
13     i >= 0) }'
14   schedule: '[N] -> { S_0[i] -> [0, i] }'
15   body:
16     type: op
17     operation: =
18     arguments:
19     - type: access
20       relation: '[N] -> { S_0[i] -> a[i] }'
21       index: '[N] -> { S_0[i] -> a[(i)] }'
22       reference: __pet_ref_0
23       read: 0
24       write: 1
25     - type: op
26       operation: '%'
27       arguments:
28       - type: access
29         relation: '[N] -> { S_0[i] -> [i] }'
30         index: '[N] -> { S_0[i] -> [(i)] }'
31         reference: __pet_ref_1
32         read: 1
33         write: 0
34       - type: int
35         value: 3