Function rustc_mir_transform::ref_prop::compute_replacement
source ยท fn compute_replacement<'tcx>(
tcx: TyCtxt<'tcx>,
body: &Body<'tcx>,
ssa: &SsaLocals,
) -> Replacer<'tcx>
Expand description
For each local, save the place corresponding to *local
.