scop.c: access_collect_params: avoid using access relation
[pet.git] / tests / assume2.scop
blobb4d1afbd4668d28428826fa9fca0d6f5d58b8c37
1 start: 25
2 end: 94
3 indent: "\t"
4 context: '[m] -> {  : m >= 6 and m <= 2147483647 }'
5 arrays:
6 - context: '{  :  }'
7   extent: '[m] -> { n[] }'
8   element_type: int
9   element_size: 4
10 statements:
11 - line: 4
12   domain: '[m] -> { S_0[] }'
13   schedule: '{ S_0[] -> [0] }'
14   body:
15     type: expression
16     expr:
17       type: op
18       operation: =
19       arguments:
20       - type: access
21         relation: '[m] -> { S_0[] -> n[] }'
22         index: '[m] -> { S_0[] -> n[] }'
23         reference: __pet_ref_0
24         read: 0
25         write: 1
26       - type: int
27         value: 5
28 - line: 5
29   domain: '[m] -> { S_1[] }'
30   schedule: '{ S_1[] -> [1] }'
31   body:
32     type: expression
33     expr:
34       type: op
35       operation: assume
36       arguments:
37       - type: access
38         relation: '[m] -> { S_1[] -> [1] }'
39         index: '[m] -> { S_1[] -> [(1)] }'
40         reference: __pet_ref_1
41         read: 1
42         write: 0