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

References

lib/CodeGen/PHIElimination.cpp
  267     PHICopy = BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(),
  285     PHICopy = TII->createPHIDestinationCopy(MBB, AfterPHIsIt, MPhi->getDebugLoc(),
  311       LV->addVirtualRegisterKilled(IncomingReg, *PHICopy);
  321       LV->addVirtualRegisterDead(DestReg, *PHICopy);
  328     SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy);