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

Declarations

include/llvm/CodeGen/VirtRegMap.h
  109     void assignVirt2Phys(Register virtReg, MCPhysReg physReg);

References

lib/CodeGen/InlineSpiller.cpp
 1535     VRM.assignVirt2Phys(New, VRM.getPhys(Old));
lib/CodeGen/LiveRegMatrix.cpp
  107   VRM->assignVirt2Phys(VirtReg.reg, PhysReg);
lib/CodeGen/RegAllocBase.cpp
  136       VRM->assignVirt2Phys(VirtReg->reg,
lib/CodeGen/RegAllocPBQP.cpp
  729       VRM.assignVirt2Phys(VReg, PReg);
  768     VRM.assignVirt2Phys(LI.reg, PReg);