Function rustc_mir_transform::sroa::replace_flattened_locals

source ยท
fn replace_flattened_locals<'tcx>(
    tcx: TyCtxt<'tcx>,
    body: &mut Body<'tcx>,
    replacements: ReplacementMap<'tcx>,
) -> BitSet<Local>
Expand description

Perform the replacement computed by compute_flattening.