Module rustc_data_structures::graph::dominators [−][src]
Expand description
Finding the dominators in a control-flow graph.
Algorithm based on Keith D. Cooper, Timothy J. Harvey, and Ken Kennedy, “A Simple, Fast Dominance Algorithm”, Rice Computer Science TS-06-33870, https://www.cs.rice.edu/~keith/EMBED/dom.pdf.