reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
434 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && 449 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) 457 if (!(StoreReg = TII->isStoreToStackSlot(*NextMI, SecondSS, StoreSize))) 492 TII = MF.getSubtarget().getInstrInfo();