Searched refs:OFastEnabled (Results 1 – 1 of 1) sorted by relevance
4124 bool OFastEnabled = isOptimizationLevelFast(Args); in ConstructJob() local4128 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()