fn collect_kills<'tcx>( body: &Body<'tcx>, tcx: TyCtxt<'tcx>, borrow_set: &BorrowSet<'tcx>, ) -> BTreeMap<Location, BTreeSet<BorrowIndex>>
Traverses the MIR and collects kills.