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 1 ## c2 == i+1
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 1 ## c2 == i+1
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 # =============================================== Extensions
113 # Mapping array-identifiers/array-names
124 ./unitary/shift_loop2.c
125 # Starting line and column
127 # Ending line and column