repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clast.c: don't construct set for reduction for local variables
[cloog.git]
/
test
/
reservoir
/
lim-lam1.cloog
blob
7a7c684f44e24fc19c9b703f86b4f98290cc50cb
1
# Language
2
c
3
4
# Context
5
6
1 2
7
1 1
8
0
9
10
# Number of statments
11
2
12
13
1
14
# { (i,j) | i-1 >= 0, -i+100 >= 0, j-1 >= 0, -j+100 >= 0 }
15
16
4 4
17
1 1 0 -1
18
1 -1 0 100
19
1 0 1 -1
20
1 0 -1 100
21
22
0 0 0
23
1
24
# { (i,j) | i-1 >= 0, -i+100 >= 0, j-1 >= 0, -j+100 >= 0 }
25
26
4 4
27
1 1 0 -1
28
1 -1 0 100
29
1 0 1 -1
30
1 0 -1 100
31
32
0 0 0
33
0
34
# Scattering functions
35
2
36
37
6 9
38
0 1 0 0 0 0 0 0 0
39
0 0 1 0 0 0 -1 1 0
40
0 0 0 1 0 0 0 0 0
41
0 0 0 0 1 0 0 -2 0
42
0 0 0 0 0 1 0 0 0
43
1 0 0 0 0 0 0 0 1
44
45
46
6 9
47
0 1 0 0 0 0 0 0 0
48
0 0 1 0 0 0 -1 1 -1
49
0 0 0 1 0 0 0 0 0
50
0 0 0 0 1 0 0 -2 1
51
0 0 0 0 0 1 0 0 -1
52
1 0 0 0 0 0 0 0 1
53
54
0