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.
fn record_root_exits<'tcx>(
graph: &mut ControlFlowGraph<'tcx>,
root: usize,
scc_components: &[usize],
)Record exits from the SCC root to blocks outside the SCC.