Home
last modified time | relevance | path

Searched refs:needsSPForLocalFrame (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp130 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering
158 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()
178 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
H A DWebAssemblyFrameLowering.h73 bool needsSPForLocalFrame(const MachineFunction &MF) const;