Searched refs:isOptimizationLevelFast (Results 1 – 4 of 4) sorted by relevance
436 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
462 if (!isOptimizationLevelFast(Args)) { in AddFastMathRuntimeIfAvailable()
2196 bool clang::driver::isOptimizationLevelFast(const llvm::opt::ArgList &Args) { in isOptimizationLevelFast() function in clang::driver
2965 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob()