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

References

lib/CodeGen/StackSlotColoring.cpp
  430        I != E; ++I) {
  430        I != E; ++I) {
  434     if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS &&
  438       toErase.push_back(&*I);
  442     MachineBasicBlock::iterator NextMI = std::next(I);
  443     MachineBasicBlock::iterator ProbableLoadMI = I;
  449     if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize)))
  454       ++I;
  472     ++I;