Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp83 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering
103 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()
123 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
H A DWebAssemblyFrameLowering.h67 bool needsSPForLocalFrame(const MachineFunction &MF) const;