Searched refs:CanUseRedZone (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp121 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && local
123 return needsSPForLocalFrame(MF) && !CanUseRedZone;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp471 bool CanUseRedZone = !MFI.hasVarSizedObjects() && // No dynamic alloca. local
482 if (!DisableRedZone && CanUseRedZone && FitsInRedZone) {

Completed in 56 milliseconds