4 # =============================================== Global
12 # Parameters are provided
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ---------------------------------------------- 1.1 Domain
29 1 1 0 -10 ## i-10 >= 0
30 1 -1 1 -8 ## -i+N-8 >= 0
31 1 0 1 -18 ## N-18 >= 0
33 # ---------------------------------------------- 1.2 Scattering
36 # e/i| c1 c2 c3 | i | N | 1
37 0 -1 0 0 0 0 1 ## c1 == 1
38 0 0 -1 0 1 0 0 ## c2 == i
39 0 0 0 -1 0 0 0 ## c3 == 0
40 1 0 1 0 0 0 -15 ## c2-15 >= 0
42 # ---------------------------------------------- 1.3 Access
45 # e/i| Arr [1]| i | N | 1
46 0 -1 0 0 0 3 ## Arr == a
47 0 0 -1 1 0 0 ## [1] == i
49 # ---------------------------------------------- 1.4 Statement Extensions
50 # Number of Statement Extensions
53 # Number of original iterators
55 # List of original iterators
57 # Statement body expression
61 # =============================================== Statement 2
62 # Number of relations describing the statement:
65 # ---------------------------------------------- 2.1 Domain
69 1 1 0 -10 ## i-10 >= 0
70 1 -1 1 -8 ## -i+N-8 >= 0
71 1 0 1 -18 ## N-18 >= 0
73 # ---------------------------------------------- 2.2 Scattering
76 # e/i| c1 c2 c3 | i | N | 1
77 0 -1 0 0 0 0 0 ## c1 == 0
78 0 0 -1 0 1 0 0 ## c2 == i
79 0 0 0 -1 0 0 0 ## c3 == 0
80 1 0 -1 0 0 0 14 ## -c2+14 >= 0
82 # ---------------------------------------------- 2.3 Access
85 # e/i| Arr [1]| i | N | 1
86 0 -1 0 0 0 3 ## Arr == a
87 0 0 -1 1 0 0 ## [1] == i
89 # ---------------------------------------------- 2.4 Statement Extensions
90 # Number of Statement Extensions
93 # Number of original iterators
95 # List of original iterators
97 # Statement body expression
101 # =============================================== Extensions
109 # Mapping array-identifiers/array-names
117 ./unitary/peel_first.c
118 # Starting line and column
120 # Ending line and column