compdom

Compute dominators (Bdom) for each block. See Aho & Ullman Fig. 13.5. Note that flow graph is reducible if there is only one pass through the loop. Input: dfo[] Output: fills in the Bdom vector for each block

version(COMPILE)
nothrow @safe extern (C++) @trusted
void
compdom
()
Suggestion Box / Bug Report