Searched refs:needsSPForLocalFrame (Results 1 – 4 of 4) sorted by relevance
82 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering102 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()122 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
58 bool needsSPForLocalFrame(const MachineFunction &MF) const;
130 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering150 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()170 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
73 bool needsSPForLocalFrame(const MachineFunction &MF) const;