cf6 462 B

123456789101112131415161718192021
  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