Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h638 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp969 if (!isOptimizationLevelFast(Args)) { in isFastMathRuntimeAvailable()
H A DDriver.cpp5535 bool clang::driver::isOptimizationLevelFast(const ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4594 RenderFloatingPointOptions(TC, D, isOptimizationLevelFast(Args), Args, in ConstructJob()
4939 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()