rustc_mir_transform::dest_prop

Function apply_merges

source
fn apply_merges<'tcx>(
    body: &mut Body<'tcx>,
    tcx: TyCtxt<'tcx>,
    merges: FxIndexMap<Local, Local>,
    merged_locals: BitSet<Local>,
)