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

References

lib/CodeGen/InlineSpiller.cpp
  451       if (!MI.isCopy() && !MI.mayStore())
  451       if (!MI.isCopy() && !MI.mayStore())
  453       SlotIndex Idx = LIS.getInstructionIndex(MI);
  458       if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
  471       if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
  472         LLVM_DEBUG(dbgs() << "Redundant spill " << Idx << '\t' << MI);
  474         MI.setDesc(TII.get(TargetOpcode::KILL));
  475         DeadDefs.push_back(&MI);
  477         if (HSpiller.rmFromMergeableSpills(MI, StackSlot))