Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h745 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp1042 if (!isOptimizationLevelFast(Args)) { in isFastMathRuntimeAvailable()
H A DDriver.cpp6303 bool clang::driver::isOptimizationLevelFast(const ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4864 RenderFloatingPointOptions(TC, D, isOptimizationLevelFast(Args), Args, in ConstructJob()
5226 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()