update test case outputs
[pet.git] / tests / call1.scop
blob7920fbba13dcfe2658da7006cfa856bc78fcb6aa
1 start: 141
2 end: 245
3 indent: "\t"
4 context: '[n] -> {  : exists (e0 = floor((n)/4): 4e0 = n and n >= 0 and n <= 2147483647)
5   }'
6 arrays:
7 - context: '[n] -> {  : n >= 0 }'
8   extent: '[n] -> { A[i0] : i0 >= 0 and i0 <= -1 + n }'
9   element_type: int
10   element_size: 4
11 statements:
12 - line: 10
13   domain: '[n] -> { S_0[] }'
14   schedule: '{ S_0[] -> [0] }'
15   body:
16     type: expression
17     expr:
18       type: op
19       operation: assume
20       arguments:
21       - type: access
22         index: '[n] -> { S_0[] -> [(1)] }'
23         reference: __pet_ref_0
24         read: 1
25         write: 0
26 - line: 12
27   domain: '[n] -> { S_1[i] : exists (e0 = floor((i)/4): 4e0 = i and i >= 0 and i <=
28     -4 + n) }'
29   schedule: '[n] -> { S_1[i] -> [1, i] }'
30   body:
31     type: expression
32     expr:
33       type: call
34       name: foo
35       arguments:
36       - type: access
37         index: '[n] -> { S_1[i] -> [(i)] }'
38         reference: __pet_ref_1
39         read: 1
40         write: 0
41       - type: access
42         may_read: '[n] -> { S_1[i] -> A[o0] : o0 >= i and o0 <= 3 + i }'
43         may_write: '[n] -> { S_1[i] -> A[o0] : o0 >= i and o0 <= 3 + i }'
44         must_write: '[n] -> { S_1[i] -> A[o0] : o0 >= i and o0 <= 3 + i }'
45         index: '[n] -> { S_1[i] -> A[] }'
46         depth: 1
47         reference: __pet_ref_2
48         read: 1
49         write: 1