Searched refs:canUseRedZone (Results 1 – 2 of 2) sorted by relevance
118 bool AArch64FrameLowering::canUseRedZone(const MachineFunction &MF) const { in canUseRedZone() function in AArch64FrameLowering312 if (NumBytes && !canUseRedZone(MF)) { in emitPrologue()363 if (NumBytes && !canUseRedZone(MF)) in emitPrologue()627 if (!canUseRedZone(MF)) in emitEpilogue()709 if (canUseRedZone(MF)) in resolveFrameIndexReference()
56 bool canUseRedZone(const MachineFunction &MF) const;