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

References

lib/CodeGen/StackSlotColoring.cpp
  434     if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS &&
  434     if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS &&
  435         FirstSS != -1) {
  449     if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize)))
  459     if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1 ||
  459     if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1 ||