print.c: rename pet_expr_build_ast_expr to pet_expr_access_build_ast_expr
[pet.git] / tests / label.scop
blob8e4e23cf9863f7e0b862ed6d961780ca3ddf98a5
1 start: 22
2 end: 71
3 indent: 
4 context: '{  :  }'
5 schedule: '{ domain: "{ B[]; S_2[]; A[] }", child: { sequence: [ { filter: "{ A[]
6   }" }, { filter: "{ B[] }" }, { filter: "{ S_2[] }" } ] } }'
7 arrays:
8 - context: '{  :  }'
9   extent: '{ a[] }'
10   element_type: int
11   element_size: 4
12 statements:
13 - line: 6
14   domain: '{ A[] }'
15   body:
16     type: expression
17     expr:
18       type: op
19       operation: =
20       arguments:
21       - type: access
22         index: '{ A[] -> a[] }'
23         reference: __pet_ref_0
24         read: 0
25         write: 1
26       - type: int
27         value: 5
28 - line: 7
29   domain: '{ B[] }'
30   body:
31     type: expression
32     expr:
33       type: op
34       operation: =
35       arguments:
36       - type: access
37         index: '{ B[] -> a[] }'
38         reference: __pet_ref_1
39         read: 0
40         write: 1
41       - type: int
42         value: 7
43 - line: -1
44   domain: '{ S_2[] }'
45   body:
46     type: expression
47     expr:
48       type: op
49       operation: kill
50       arguments:
51       - type: access
52         killed: '{ S_2[] -> a[] }'
53         index: '{ S_2[] -> a[] }'
54         reference: __pet_ref_2
55         kill: 1