Searched refs:IsSafe (Results 1 – 3 of 3) sorted by relevance
1944 bool IsSafe = true; in HoistCommonCodeInSuccs() local1948 IsSafe = false; in HoistCommonCodeInSuccs()1960 IsSafe = false; in HoistCommonCodeInSuccs()1976 IsSafe = false; in HoistCommonCodeInSuccs()1982 IsSafe = false; in HoistCommonCodeInSuccs()1992 if (!IsSafe) in HoistCommonCodeInSuccs()
4289 bool IsSafe = false; in optimizeCompareInstr() local4299 IsSafe = true; in optimizeCompareInstr()4370 IsSafe = true; in optimizeCompareInstr()4377 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
15138 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local15143 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()