4 # =============================================== Global
12 # Parameters are provided
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ---------------------------------------------- 1.1 Domain
30 1 -1 1 0 0 ## -i+N >= 0
33 # ---------------------------------------------- 1.2 Scattering
36 # e/i| c1 c2 c3 | i | N M | 1
37 0 -1 0 0 0 0 0 0 ## c1 == 0
38 0 0 -1 0 1 0 0 0 ## c2 == i
39 0 0 0 -1 0 0 0 0 ## c3 == 0
41 # ---------------------------------------------- 1.3 Access
44 # e/i| Arr [1]| i | N M | 1
45 0 -1 0 0 0 0 3 ## Arr == a
46 0 0 -1 1 0 0 0 ## [1] == i
48 # ---------------------------------------------- 1.4 Statement Extensions
49 # Number of Statement Extensions
52 # Number of original iterators
54 # List of original iterators
56 # Statement body expression
60 # =============================================== Statement 2
61 # Number of relations describing the statement:
64 # ---------------------------------------------- 2.1 Domain
69 1 -1 0 1 0 0 ## -i+N >= 0
72 1 0 -1 0 1 0 ## -j+M >= 0
75 # ---------------------------------------------- 2.2 Scattering
78 # e/i| c1 c2 c3 c4 c5 | i j | N M | 1
79 0 -1 0 0 0 0 0 0 0 0 0 ## c1 == 0
80 0 0 1 0 0 0 1 0 0 0 0 ## c2 == -i
81 0 0 0 -1 0 0 0 0 0 0 1 ## c3 == 1
82 0 0 0 0 -1 0 0 1 0 0 0 ## c4 == j
83 0 0 0 0 0 -1 0 0 0 0 0 ## c5 == 0
85 # ---------------------------------------------- 2.3 Access
88 # e/i| Arr [1] [2]| i j | N M | 1
89 0 -1 0 0 0 0 0 0 6 ## Arr == b
90 0 0 -1 0 1 0 0 0 0 ## [1] == i
91 0 0 0 -1 0 1 0 0 0 ## [2] == j
93 # ---------------------------------------------- 2.4 Statement Extensions
94 # Number of Statement Extensions
97 # Number of original iterators
99 # List of original iterators
101 # Statement body expression
105 # =============================================== Statement 3
106 # Number of relations describing the statement:
109 # ---------------------------------------------- 3.1 Domain
113 1 1 0 0 0 0 ## i >= 0
114 1 -1 0 1 0 0 ## -i+N >= 0
115 1 0 0 1 0 0 ## N >= 0
116 1 0 1 0 0 0 ## j >= 0
117 1 0 -1 0 1 0 ## -j+M >= 0
118 1 0 0 0 1 0 ## M >= 0
120 # ---------------------------------------------- 3.2 Scattering
123 # e/i| c1 c2 c3 c4 c5 | i j | N M | 1
124 0 -1 0 0 0 0 0 0 0 0 0 ## c1 == 0
125 0 0 1 0 0 0 1 0 0 0 0 ## c2 == -i
126 0 0 0 -1 0 0 0 0 0 0 1 ## c3 == 1
127 0 0 0 0 -1 0 0 1 0 0 0 ## c4 == j
128 0 0 0 0 0 -1 0 0 0 0 1 ## c5 == 1
130 # ---------------------------------------------- 3.3 Access
133 # e/i| Arr [1] [2]| i j | N M | 1
134 0 -1 0 0 0 0 0 0 7 ## Arr == c
135 0 0 -1 0 1 0 0 0 0 ## [1] == i
136 0 0 0 -1 0 1 0 0 0 ## [2] == j
138 # ---------------------------------------------- 3.4 Statement Extensions
139 # Number of Statement Extensions
142 # Number of original iterators
144 # List of original iterators
146 # Statement body expression
150 # =============================================== Statement 4
151 # Number of relations describing the statement:
154 # ---------------------------------------------- 4.1 Domain
158 1 1 0 0 0 0 ## i >= 0
159 1 -1 0 1 0 0 ## -i+N >= 0
160 1 0 0 1 0 0 ## N >= 0
161 1 0 1 0 0 0 ## j >= 0
162 1 0 -1 0 1 0 ## -j+M >= 0
163 1 0 0 0 1 0 ## M >= 0
165 # ---------------------------------------------- 4.2 Scattering
168 # e/i| c1 c2 c3 c4 c5 | i j | N M | 1
169 0 -1 0 0 0 0 0 0 0 0 0 ## c1 == 0
170 0 0 1 0 0 0 1 0 0 0 0 ## c2 == -i
171 0 0 0 -1 0 0 0 0 0 0 1 ## c3 == 1
172 0 0 0 0 -1 0 0 1 0 0 0 ## c4 == j
173 0 0 0 0 0 -1 0 0 0 0 2 ## c5 == 2
175 # ---------------------------------------------- 4.3 Access
178 # e/i| Arr [1] [2]| i j | N M | 1
179 0 -1 0 0 0 0 0 0 8 ## Arr == d
180 0 0 -1 0 1 0 0 0 0 ## [1] == i
181 0 0 0 -1 0 1 0 0 0 ## [2] == j
183 # ---------------------------------------------- 4.4 Statement Extensions
184 # Number of Statement Extensions
187 # Number of original iterators
189 # List of original iterators
191 # Statement body expression
195 # =============================================== Extensions
203 # Mapping array-identifiers/array-names
216 ./unitary/reverse_loop1.c
217 # Starting line and column
219 # Ending line and column