compdfo

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

extern (C++) nothrow @safe @safe
void
compdfo
(
ref Barray!(block*) dfo
,
block* startblock
)

Parameters

dfo Barray!(block*)

array to fill in in DFO

startblock block*

list of blocks

Meta