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
/
fusion1.cloog
blob
3aea33418c6a495d78683cda4a525d2534ae810b
1
# Language
2
c
3
4
# Context
5
6
2 3
7
1 1 -1
8
1 0 1
9
0
10
11
# Number of statments
12
3
13
14
1
15
# { (i,j) | i >= 0, -i+j >= 0, 1 >= 0 }
16
17
3 4
18
1 1 0 0
19
1 -1 1 0
20
1 0 0 1
21
22
0 0 0
23
1
24
# { (i,j) | i-1 >= 0, -i+j >= 0, 1 >= 0 }
25
26
3 4
27
1 1 0 -1
28
1 -1 1 0
29
1 0 0 1
30
31
0 0 0
32
1
33
# { (i,j) | i >= 0, -i+j >= 0, 1 >= 0 }
34
35
3 4
36
1 1 0 0
37
1 -1 1 0
38
1 0 0 1
39
40
0 0 0
41
0
42
# Scattering functions
43
3
44
45
4 7
46
0 1 0 0 0 0 0
47
0 0 1 0 -1 0 0
48
0 0 0 1 0 0 0
49
1 0 0 0 0 0 1
50
51
52
4 7
53
0 1 0 0 0 0 -1
54
0 0 1 0 -1 0 0
55
0 0 0 1 0 0 0
56
1 0 0 0 0 0 1
57
58
59
4 7
60
0 1 0 0 0 0 -2
61
0 0 1 0 -1 0 0
62
0 0 0 1 0 0 0
63
1 0 0 0 0 0 1
64
65
0