add reference identifiers to all access expressions
[pet.git] / tests / label.scop
blob74fd90668d010822dbc8e5aebafe7afc01d5a5bd
1 start: 22
2 end: 71
3 context: '{  :  }'
4 arrays:
5 - context: '{  :  }'
6   extent: '{ a[] }'
7   element_type: int
8   element_size: 4
9 statements:
10 - line: 6
11   domain: '{ A[] }'
12   schedule: '{ A[] -> [0] }'
13   body:
14     type: binary
15     operation: =
16     arguments:
17     - type: access
18       relation: '{ A[] -> a[] }'
19       reference: __pet_ref_0
20       read: 0
21       write: 1
22     - type: access
23       relation: '{ A[] -> [5] }'
24       reference: __pet_ref_1
25       read: 1
26       write: 0
27 - line: 7
28   domain: '{ B[] }'
29   schedule: '{ B[] -> [1] }'
30   body:
31     type: binary
32     operation: =
33     arguments:
34     - type: access
35       relation: '{ B[] -> a[] }'
36       reference: __pet_ref_2
37       read: 0
38       write: 1
39     - type: access
40       relation: '{ B[] -> [7] }'
41       reference: __pet_ref_3
42       read: 1
43       write: 0