Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2763 bool OFastEnabled, const ArgList &Args, in RenderFloatingPointOptions() argument
2990 if (OFastEnabled && Val != "aggressive") { in RenderFloatingPointOptions()
3209 if (!OFastEnabled) in RenderFloatingPointOptions()
5816 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
5817 if (OFastEnabled) in ConstructJob()
5822 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
5871 RenderFloatingPointOptions(TC, D, OFastEnabled, Args, CmdArgs, JA); in ConstructJob()