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

References

lib/CodeGen/InlineSpiller.cpp
  936   MachineBasicBlock &MBB = *MI->getParent();
  938   MachineInstrSpan MIS(MI, &MBB);
  940   if (isFullUndefDef(*MI)) {
  945     BuildMI(MBB, std::next(MI), MI->getDebugLoc(), TII.get(TargetOpcode::KILL))
  945     BuildMI(MBB, std::next(MI), MI->getDebugLoc(), TII.get(TargetOpcode::KILL))
  949     TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot,
  952   LIS.InsertMachineInstrRangeInMaps(std::next(MI), MIS.end());
  954   LLVM_DEBUG(dumpMachineInstrRangeWithSlotIndex(std::next(MI), MIS.end(), LIS,
  958     HSpiller.addToMergeableSpills(*std::next(MI), StackSlot, Original);