Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VRM

61   VirtRegMap &VRM;
138 VirtRegMap &vrm)
145 VRM(vrm),
190 VirtRegMap &vrm) {
191 return new InlineSpiller(pass, mf, vrm);
309 VRM.getOriginal(Reg) == Original;
1227 StackSlot = VRM.assignVirt2StackSlot(Original);
1234 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot);
1274 Original = VRM.getOriginal(edit.getReg());
1275 StackSlot = VRM.getStackSlot(Original);