compdfo

Compute depth first order (DFO). Equivalent to Aho & Ullman Fig. 13.8. Blocks not in dfo[] are unreachable.

  1. void compdfo()
    version(!SPP)
    extern (C++) nothrow
    void
    compdfo
    ()
  2. void compdfo(Barray!(block*) dfo, block* startblock)

Meta