record_root_exits

Function record_root_exits 

Source
fn record_root_exits<'tcx>(
    graph: &mut ControlFlowGraph<'tcx>,
    root: usize,
    scc_components: &[usize],
)
Expand description

Record exits from the SCC root to blocks outside the SCC.