Lines Matching refs:vrm
56 VirtRegMap &VRM;
110 VirtRegMap &vrm)
118 VRM(vrm),
163 VirtRegMap &vrm) {
164 return new InlineSpiller(pass, mf, vrm);
282 VRM.getOriginal(Reg) == Original;
531 VRM.addSpillSlotUse(StackSlot, MII);
693 LiveInterval &NewLI = Edit->createFrom(Original, LIS, VRM);
764 Edit->eliminateDeadDefs(DeadDefs, LIS, VRM, TII);
839 VRM.addSpillSlotUse(StackSlot, FoldMI);
855 VRM.addSpillSlotUse(StackSlot, MI);
871 VRM.addSpillSlotUse(StackSlot, MI);
956 LiveInterval &NewLI = Edit->createFrom(Reg, LIS, VRM);
989 StackSlot = VRM.assignVirt2StackSlot(Original);
996 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot);
1011 Edit->eliminateDeadDefs(DeadDefs, LIS, VRM, TII);
1020 VRM.RemoveMachineInstrFromMaps(MI);
1037 Original = VRM.getOriginal(edit.getReg());
1038 StackSlot = VRM.getStackSlot(Original);