Searched refs:IsSafe (Results 1 – 3 of 3) sorted by relevance
1934 bool IsSafe = true; in HoistCommonCodeInSuccs() local1938 IsSafe = false; in HoistCommonCodeInSuccs()1950 IsSafe = false; in HoistCommonCodeInSuccs()1966 IsSafe = false; in HoistCommonCodeInSuccs()1972 IsSafe = false; in HoistCommonCodeInSuccs()1982 if (!IsSafe) in HoistCommonCodeInSuccs()
4343 bool IsSafe = false; in optimizeCompareInstr() local4353 IsSafe = true; in optimizeCompareInstr()4424 IsSafe = true; in optimizeCompareInstr()4431 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
15259 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local15264 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()