Pristine Ack-5.5
[Ack-5.5.git] / doc / ego / cf / cf6
1 .NH 2
2 Source files
3 .PP
4 The sources of CF are in the following files and packages:
5 .IP cf.h: 14
6 declarations of global variables and data structures
7 .IP cf.c:
8 the routine main; interprocedural analysis;
9 transitive closure
10 .IP succ:
11 control flow (successor and predecessor)
12 .IP idom:
13 immediate dominators
14 .IP loop:
15 loop detection
16 .IP get:
17 read object and procedure table;
18 read EM text and partition it into basic blocks
19 .IP put:
20 write tables, CFGs and EM text
21 .LP