Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h644 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp966 if (!isOptimizationLevelFast(Args)) { in isFastMathRuntimeAvailable()
H A DDriver.cpp5513 bool clang::driver::isOptimizationLevelFast(const ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp4577 RenderFloatingPointOptions(TC, D, isOptimizationLevelFast(Args), Args, in ConstructJob()
4910 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()