Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp4124 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local
4128 OFastEnabled ? options::OPT_Ofast : options::OPT_fstrict_aliasing; in ConstructJob()
4156 OFastEnabled ? options::OPT_Ofast : options::OPT_ffast_math; in ConstructJob()
4268 (OFastEnabled && A->getOption().matches(options::OPT_Ofast))) { in ConstructJob()