4 # =============================================== Global
12 # Parameters are provided
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ---------------------------------------------- 1.1 Domain
33 # ---------------------------------------------- 1.2 Scattering
36 # e/i| c1 c2 c3 | i | N | 1
37 0 -1 0 0 0 0 0 ## c1 == 0
38 0 0 -1 0 1 0 1 ## c2 == i+1
39 0 0 0 -1 0 0 0 ## c3 == 0
41 # ---------------------------------------------- 1.3 Access
44 # e/i| Arr [1]| i | N | 1
45 0 -1 0 0 0 3 ## Arr == a
46 0 0 -1 1 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 # =============================================== Extensions
68 # Mapping array-identifiers/array-names
76 ./unitary/shift_loop1.c
77 # Starting line and column
79 # Ending line and column