Add piplib.h.in file
[candl.git] / tests / unitary / simple.c.orig.scop
blobc0447a994d6c3b0ca3ee99d8be2782372abfb3f0
1 [Clan] Info: parsing file #1 (./unitary/simple.c)
3 <OpenScop>
5 # =============================================== Global
6 # Language
9 # Context
10 CONTEXT
11 0 2 0 0 0 0
13 # Parameters are not provided
17 # Number of statements
20 # =============================================== Statement 1
21 # Number of relations describing the statement:
24 # ----------------------------------------------  1.1 Domain
25 DOMAIN
26 0 2 0 0 0 0
28 # ----------------------------------------------  1.2 Scattering
29 SCATTERING
30 1 3 1 0 0 0
31 # e/i| c1 |  1  
32    0   -1    0    ## c1 == 0
34 # ----------------------------------------------  1.3 Access
35 WRITE
36 1 3 1 0 0 0
37 # e/i| Arr|  1  
38    0   -1    1    ## Arr == a
40 # ----------------------------------------------  1.4 Statement Extensions
41 # Number of Statement Extensions
43 <body>
44 # Number of original iterators
46 # Statement body expression
47 a = 0;
48 </body>
50 # =============================================== Statement 2
51 # Number of relations describing the statement:
54 # ----------------------------------------------  2.1 Domain
55 DOMAIN
56 0 2 0 0 0 0
58 # ----------------------------------------------  2.2 Scattering
59 SCATTERING
60 1 3 1 0 0 0
61 # e/i| c1 |  1  
62    0   -1    1    ## c1 == 1
64 # ----------------------------------------------  2.3 Access
65 WRITE
66 1 3 1 0 0 0
67 # e/i| Arr|  1  
68    0   -1    2    ## Arr == b
70 READ
71 1 3 1 0 0 0
72 # e/i| Arr|  1  
73    0   -1    1    ## Arr == a
75 # ----------------------------------------------  2.4 Statement Extensions
76 # Number of Statement Extensions
78 <body>
79 # Number of original iterators
81 # Statement body expression
82 b = a;
83 </body>
85 # =============================================== Extensions
86 <arrays>
87 # Number of arrays
89 # Mapping array-identifiers/array-names
90 1 a
91 2 b
92 </arrays>
94 <coordinates>
95 # File name
96 ./unitary/simple.c
97 # Starting line and column
98 2 0
99 # Ending line and column
100 4 0
101 # Indentation
103 </coordinates>
105 </OpenScop>