rustc_codegen_ssa::mir

Function find_cold_blocks

Source
fn find_cold_blocks<'tcx>(
    tcx: TyCtxt<'tcx>,
    mir: &Body<'tcx>,
) -> IndexVec<BasicBlock, bool>