Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DDriver.h427 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp438 if (!isOptimizationLevelFast(Args)) { in AddFastMathRuntimeIfAvailable()
H A DDriver.cpp2169 bool clang::driver::isOptimizationLevelFast(const llvm::opt::ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
H A DTools.cpp2838 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()