Searched refs:IsSafe (Results 1 – 3 of 3) sorted by relevance
1935 bool IsSafe = true; in HoistCommonCodeInSuccs() local1939 IsSafe = false; in HoistCommonCodeInSuccs()1951 IsSafe = false; in HoistCommonCodeInSuccs()1967 IsSafe = false; in HoistCommonCodeInSuccs()1973 IsSafe = false; in HoistCommonCodeInSuccs()1983 if (!IsSafe) in HoistCommonCodeInSuccs()
135 void addRange(const Instruction *I, const ConstantRange &R, bool IsSafe) { in addRange()136 if (!IsSafe) in addRange()
16295 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local16300 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()