Searched refs:isStackSlotCopy (Results 1 – 4 of 4) sorted by relevance
161 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
251 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
386 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
232 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function