Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp130 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering
150 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()
170 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
H A DWebAssemblyFrameLowering.h73 bool needsSPForLocalFrame(const MachineFunction &MF) const;