Searched refs:hasSP (Results 1 – 2 of 2) sorted by relevance
80 bool hasSP(const MachineFunction &MF) const;
587 if (RoundedSize != 0 && hasSP(MF)) { in emitPrologue()635 if (NumBytes != 0 && hasSP(MF)) { in emitEpilogue()831 bool SIFrameLowering::hasSP(const MachineFunction &MF) const { in hasSP() function in SIFrameLowering