Module rustc_data_structures::control_flow_graph [] [src]

🔬 This is a nightly-only experimental API. (rustc_private)

Modules

dominators [
Experimental
]

Algorithm citation: A Simple, Fast Dominance Algorithm. Keith D. Cooper, Timothy J. Harvey, and Ken Kennedy Rice Computer Science TS-06-33870 https://www.cs.rice.edu/~keith/EMBED/dom.pdf

iterate [
Experimental
]
reachable [
Experimental
]

Compute reachability using a simple dataflow propagation. Store end-result in a big NxN bit matrix.

transpose [
Experimental
]

Structs

Iter

Immutable slice iterator

Traits

ControlFlowGraph [
Experimental
]
GraphPredecessors [
Experimental
]
GraphSuccessors [
Experimental
]