reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/InlineSpiller.cpp
 1457   LiveRangeEdit Edit(nullptr, NewVRegs, MF, LIS, &VRM, this);
 1461     unsigned Original = VRM.getPreSplitReg(Reg);
 1534   if (VRM.hasPhys(Old))
 1535     VRM.assignVirt2Phys(New, VRM.getPhys(Old));
 1535     VRM.assignVirt2Phys(New, VRM.getPhys(Old));
 1536   else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT)
 1537     VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old));
 1537     VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old));