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

Declarations

lib/CodeGen/RegAllocFast.cpp
  217     bool setPhysReg(MachineInstr &MI, MachineOperand &MO, MCPhysReg PhysReg);

References

lib/CodeGen/RegAllocFast.cpp
  932       setPhysReg(MI, MO, PhysReg);
  955     if (setPhysReg(MI, MI.getOperand(I), PhysReg))
 1114       if (setPhysReg(MI, MO, PhysReg))
 1188     if (setPhysReg(MI, MI.getOperand(I), PhysReg)) {
 1225     setPhysReg(MI, MO, LRI->PhysReg);