Searched refs:IsSafe (Results 1 – 3 of 3) sorted by relevance
2030 bool IsSafe = true; in HoistCommonCodeInSuccs() local2034 IsSafe = false; in HoistCommonCodeInSuccs()2046 IsSafe = false; in HoistCommonCodeInSuccs()2062 IsSafe = false; in HoistCommonCodeInSuccs()2068 IsSafe = false; in HoistCommonCodeInSuccs()2078 if (!IsSafe) in HoistCommonCodeInSuccs()
3748 bool IsSafe = false; in optimizeCompareInstr() local3758 IsSafe = true; in optimizeCompareInstr()3842 IsSafe = true; in optimizeCompareInstr()3849 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
13382 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local13387 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()