Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2736 bool OFastEnabled, const ArgList &Args, in RenderFloatingPointOptions() argument
2807 if (OFastEnabled && !Val.equals("fast")) { in RenderFloatingPointOptions()
3003 if (!OFastEnabled) in RenderFloatingPointOptions()
5226 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
5230 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
5271 RenderFloatingPointOptions(TC, D, OFastEnabled, Args, CmdArgs, JA); in ConstructJob()