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

References

lib/CodeGen/PHIElimination.cpp
  247   MachineInstr *MPhi = MBB.remove(&*MBB.begin());
  247   MachineInstr *MPhi = MBB.remove(&*MBB.begin());
  255   MachineFunction &MF = *MBB.getParent();
  267     PHICopy = BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(),
  285     PHICopy = TII->createPHIDestinationCopy(MBB, AfterPHIsIt, MPhi->getDebugLoc(),
  301         if (MachineInstr *OldKill = VI.findKill(&MBB)) {
  304           LLVM_DEBUG(MBB.dump());
  330     SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB);
  396       findPHICopyInsertPoint(&opBlock, &MBB, SrcReg);