Skip to main content

Module cfg

Module cfg 

Source
Expand description

Deterministic control-flow analysis over dense, IR-independent block IDs.

Structs§

ControlFlowGraph
Complete analysis of one reachable dense CFG.
DominatorTree
Immediate dominators and constant-time dominance intervals.
ForwardControlFlowGraph
Forward-only CFG analysis used by SSA construction and machine backends.
NaturalLoop
PostDominatorTree
Post-dominance tree rooted at a synthetic common exit.
StronglyConnectedRegion

Enums§

CfgError
A malformed dense control-flow graph.

Functions§

reverse_postorder
Iterative DFS reverse postorder in the caller’s block-number domain.