Initial revision

This commit is contained in:
ceriel
1987-03-03 10:25:25 +00:00
parent f195cb9aa6
commit 4a8a8e67ed
12 changed files with 1354 additions and 0 deletions

21
doc/ego/cf/cf6 Normal file
View File

@@ -0,0 +1,21 @@
.NH 2
Source files
.PP
The sources of CF are in the following files and packages:
.IP cf.h: 14
declarations of global variables and data structures
.IP cf.c:
the routine main; interprocedural analysis;
transitive closure
.IP succ:
control flow (successor and predecessor)
.IP idom:
immediate dominators
.IP loop:
loop detection
.IP get:
read object and procedure table;
read EM text and partition it into basic blocks
.IP put:
write tables, CFGs and EM text
.LP