Expand description
Control-flow graph (CFG) abstractions and utilities.
Structs§
- Control
Flow Graph - The control-flow graph (CFG) of a function, as control-flow instructions
(
ControlInst
s) attached toControlRegion
s, as an “action on exit”, i.e. “terminator” (while intra-region control-flow is strictly structured). - Control
Inst - Structurizer
- Control-flow “structurizer”, which attempts to convert as much of the CFG as possible into structural control-flow (regions).