Home
last modified time | relevance | path

Searched refs:isProfitableForNoCSROpt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.h68 bool isProfitableForNoCSROpt(const Function &F) const override { in isProfitableForNoCSROpt() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp97 isProfitableForNoCSROpt(MF.getFunction())) in determineCalleeSaves()
H A DRegUsageInfoCollector.cpp174 MF.getSubtarget().getFrameLowering()->isProfitableForNoCSROpt(F)) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h451 virtual bool isProfitableForNoCSROpt(const Function &F) const { in isProfitableForNoCSROpt() function