Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DDriver.h496 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
/external/clang/lib/Driver/
DToolChain.cpp665 if (!isOptimizationLevelFast(Args)) { in AddFastMathRuntimeIfAvailable()
DDriver.cpp2664 bool clang::driver::isOptimizationLevelFast(const ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
DTools.cpp4124 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()