1 [Clan] Info: parsing file #1 (./unitary/loulou.c)
5 # =============================================== Global
13 # Parameters are provided
19 # Number of statements
22 # =============================================== Statement 1
23 # Number of relations describing the statement:
26 # ---------------------------------------------- 1.1 Domain
30 1 1 0 0 -1 ## i-1 >= 0
31 1 -1 1 0 0 ## -i+n >= 0
32 1 0 1 0 -1 ## n-1 >= 0
34 # ---------------------------------------------- 1.2 Scattering
37 # e/i| c1 c2 c3 | i | n m | 1
38 0 -1 0 0 0 0 0 0 ## c1 == 0
39 0 0 -1 0 1 0 0 0 ## c2 == i
40 0 0 0 -1 0 0 0 0 ## c3 == 0
42 # ---------------------------------------------- 1.3 Access
45 # e/i| Arr [1]| i | n m | 1
46 0 -1 0 0 0 0 3 ## Arr == a
47 0 0 -1 1 0 0 0 ## [1] == i
51 # e/i| Arr| i | n m | 1
52 0 -1 0 0 0 1 ## Arr == i
54 # ---------------------------------------------- 1.4 Statement Extensions
55 # Number of Statement Extensions
58 # Number of original iterators
60 # List of original iterators
62 # Statement body expression
66 # =============================================== Statement 2
67 # Number of relations describing the statement:
70 # ---------------------------------------------- 2.1 Domain
74 1 1 0 0 0 -1 ## i-1 >= 0
75 1 -1 0 1 0 0 ## -i+n >= 0
76 1 0 0 1 0 -1 ## n-1 >= 0
77 1 0 1 0 0 -1 ## j-1 >= 0
78 1 0 -1 0 1 0 ## -j+m >= 0
79 1 0 0 0 1 -1 ## m-1 >= 0
81 # ---------------------------------------------- 2.2 Scattering
84 # e/i| c1 c2 c3 c4 c5 | i j | n m | 1
85 0 -1 0 0 0 0 0 0 0 0 0 ## c1 == 0
86 0 0 -1 0 0 0 1 0 0 0 0 ## c2 == i
87 0 0 0 -1 0 0 0 0 0 0 1 ## c3 == 1
88 0 0 0 0 -1 0 0 1 0 0 0 ## c4 == j
89 0 0 0 0 0 -1 0 0 0 0 0 ## c5 == 0
91 # ---------------------------------------------- 2.3 Access
94 # e/i| Arr [1]| i j | n m | 1
95 0 -1 0 0 0 0 0 6 ## Arr == b
96 0 0 -1 0 1 0 0 0 ## [1] == j
100 # e/i| Arr [1]| i j | n m | 1
101 0 -1 0 0 0 0 0 6 ## Arr == b
102 0 0 -1 0 1 0 0 0 ## [1] == j
106 # e/i| Arr [1]| i j | n m | 1
107 0 -1 0 0 0 0 0 3 ## Arr == a
108 0 0 -1 1 0 0 0 0 ## [1] == i
110 # ---------------------------------------------- 2.4 Statement Extensions
111 # Number of Statement Extensions
114 # Number of original iterators
116 # List of original iterators
118 # Statement body expression
122 # =============================================== Extensions
130 # Mapping array-identifiers/array-names
142 # Starting line and column
144 # Ending line and column