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;
83 bool WebAssemblyFrameLowering::needsSPForLocalFrame( in needsSPForLocalFrame() function in WebAssemblyFrameLowering103 return needsSPForLocalFrame(MF) || needsPrologForEH(MF); in needsSP()123 return needsSPForLocalFrame(MF) && !CanUseRedZone; in needsSPWriteback()
67 bool needsSPForLocalFrame(const MachineFunction &MF) const;