Module cfg
rapx
0.7.20
Module cfg
Module Items
Structs
Functions
In rapx::
graphs
rapx
::
graphs
Module
cfg
Copy item path
Source
Structs
ยง
CfgBlock
Reusable CFG block structure shared by analyses built over MIR.
Control
Flow
Graph
Generic MIR control-flow graph container.
Functions
ยง
record_
member_
nodes
๐
Record membership, exit edges, and back edges for all non-root SCC members.
record_
root_
exits
๐
Record exits from the SCC root to blocks outside the SCC.
rerun_
scc_
in_
isolation
๐
Re-run SCC discovery with a temporarily reduced graph to discover nested SCCs.
scc_
handler
๐
Handle a newly discovered SCC: mark the root, collect membership and edge metadata, then re-run SCC discovery on an isolated subgraph to populate nested SCC structure.