Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp2965 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
2968 OptSpecifier StrictAliasingAliasOption = OFastEnabled ? options::OPT_Ofast : in ConstructJob()
2992 OptSpecifier FastMathAliasOption = OFastEnabled ? options::OPT_Ofast : in ConstructJob()
3111 (OFastEnabled && A->getOption().matches(options::OPT_Ofast))) { in ConstructJob()