Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:vrm

64   VirtRegMap &VRM;
142 VirtRegMap &vrm)
149 VRM(vrm),
195 VirtRegMap &vrm) {
196 return new InlineSpiller(pass, mf, vrm);
314 VRM.getOriginal(Reg) == Original;
1258 StackSlot = VRM.assignVirt2StackSlot(Original);
1265 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot);
1305 Original = VRM.getOriginal(edit.getReg());
1306 StackSlot = VRM.getStackSlot(Original);