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 c4 c5 | i | N | 1
37 0 -1 0 0 0 0 0 0 0 ## c1 == 0
38 1 0 -32 0 1 0 0 0 0 ## -32*c2+c4 >= 0
39 1 0 32 0 -1 0 0 0 31 ## 32*c2-c4+31 >= 0
40 0 0 0 -1 0 0 0 0 0 ## c3 == 0
41 0 0 0 0 -1 0 1 0 0 ## c4 == i
42 0 0 0 0 0 -1 0 0 0 ## c5 == 0
44 # ---------------------------------------------- 1.3 Access
47 # e/i| Arr [1]| i | N | 1
48 0 -1 0 0 0 3 ## Arr == a
49 0 0 -1 1 0 0 ## [1] == i
51 # ---------------------------------------------- 1.4 Statement Extensions
52 # Number of Statement Extensions
55 # Number of original iterators
57 # List of original iterators
59 # Statement body expression
63 # =============================================== Extensions
71 # Mapping array-identifiers/array-names
79 ./unitary/stripmine_loop1.c
80 # Starting line and column
82 # Ending line and column