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

References

lib/CodeGen/InlineSpiller.cpp
  720   unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
  723     InstrReg = TII.isStoreToStackSlot(*MI, FI);
  730     HSpiller.rmFromMergeableSpills(*MI, StackSlot);
  732   LLVM_DEBUG(dbgs() << "Coalescing stack access: " << *MI);
  733   LIS.RemoveMachineInstrFromMaps(*MI);
  734   MI->eraseFromParent();