cf_succ.h 440 B

123456789101112131415
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* C O N T R O L F L O W
  7. *
  8. * S U C C E S S O R / P R E D E C E S S O R R E L A T I O N S
  9. */
  10. extern control_flow(); /* (bblock_p head)
  11. * Compute for every basic block
  12. * its successors and predecessors
  13. * in the control flow graph.
  14. */