pet_codegen.c: add missing include
[pet.git] / tests / summary.scop
blobc146f874ec6eb3b7c3faf151aded1dfd523909f1
1 start: 357
2 end: 435
3 indent: "\t"
4 context: '[n] -> {  : 0 <= n <= 2147483647 }'
5 schedule: '{ domain: "[n] -> { S_0[i] : 0 <= i < n }", child: { schedule: "[n] ->
6   L_0[{ S_0[i] -> [(i)] }]" } }'
7 arrays:
8 - context: '[n] -> {  : n >= 0 }'
9   extent: '[n] -> { A[i0, i1] : 0 <= i0 < n and 0 <= i1 < n }'
10   element_type: int
11   element_size: 4
12 statements:
13 - line: 24
14   domain: '[n] -> { S_0[i] : 0 <= i < n }'
15   body:
16     type: expression
17     expr:
18       type: call
19       name: set_odd
20       arguments:
21       - type: access
22         index: '[n] -> { S_0[i] -> [(n)] }'
23         reference: __pet_ref_0
24         read: 1
25         write: 0
26       - type: access
27         may_write: '[n] -> { S_0[i] -> A[i, o1] : 2*floor((1 + o1)/2) = 1 + o1 and
28           0 < o1 < n }'
29         must_write: '[n] -> {  }'
30         index: '[n] -> { S_0[i] -> A[(i)] }'
31         depth: 2
32         reference: __pet_ref_1
33         read: 0
34         write: 1