pub fn collect_place_aliases( tcx: TyCtxt<'_>, def_id: DefId, ) -> HashMap<Local, PlaceKey>
Build a mapping from MIR locals to their resolved PlaceKey origins.