5 schedule: '{ domain: "{ S_0[i, j, k, l] : i >= 0 and i <= 9 and j >= 0 and j <= 19
6 and k >= 0 and k <= 29 and l >= 0 and l <= 39 }", child: { schedule: "L_0[{ S_0[i,
7 j, k, l] -> [(i)] }]", child: { schedule: "L_1[{ S_0[i, j, k, l] -> [(j)] }]", child:
8 { schedule: "L_2[{ S_0[i, j, k, l] -> [(k)] }]", child: { schedule: "L_3[{ S_0[i,
9 j, k, l] -> [(l)] }]" } } } } }'
12 definition: "struct s {\n int a[30][40];\n}"
15 extent: '{ s[i0, i1] : i0 >= 0 and i1 >= 0 and i0 <= 9 and i1 <= 19 }'
16 element_type: struct s
20 extent: '{ s_a[s[i0, i1] -> a[i2, i3]] : i0 >= 0 and i1 >= 0 and i0 <= 9 and i1
21 <= 19 and i2 >= 0 and i3 >= 0 and i2 <= 29 and i3 <= 39 }'
26 domain: '{ S_0[i, j, k, l] : i >= 0 and i <= 9 and j >= 0 and j <= 19 and k >= 0
27 and k <= 29 and l >= 0 and l <= 39 }'
35 index: '{ S_0[i, j, k, l] -> s_a[s[(i), (j)] -> a[(k), (l)]] }'
36 reference: __pet_ref_0
49 index: '{ S_0[i, j, k, l] -> [(i)] }'
50 reference: __pet_ref_1
54 index: '{ S_0[i, j, k, l] -> [(j)] }'
55 reference: __pet_ref_2
59 index: '{ S_0[i, j, k, l] -> [(k)] }'
60 reference: __pet_ref_3
64 index: '{ S_0[i, j, k, l] -> [(l)] }'
65 reference: __pet_ref_4