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