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

References

lib/CodeGen/InlineSpiller.cpp
  404     MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin());
  408     MII = DefMI;
  409     ++MII;
  412   TII.storeRegToStackSlot(*MBB, MII, SrcReg, false, StackSlot,
  414   --MII; // Point to store instruction.
  415   LIS.InsertMachineInstrInMaps(*MII);
  416   LLVM_DEBUG(dbgs() << "\thoisted: " << SrcVNI->def << '\t' << *MII);
  418   HSpiller.addToMergeableSpills(*MII, StackSlot, Original);