Searched refs:IsSafe (Results 1 – 3 of 3) sorted by relevance
1955 bool IsSafe = true; in HoistCommonCodeInSuccs() local1959 IsSafe = false; in HoistCommonCodeInSuccs()1971 IsSafe = false; in HoistCommonCodeInSuccs()1987 IsSafe = false; in HoistCommonCodeInSuccs()1993 IsSafe = false; in HoistCommonCodeInSuccs()2003 if (!IsSafe) in HoistCommonCodeInSuccs()
135 void addRange(const Instruction *I, const ConstantRange &R, bool IsSafe) { in addRange()136 if (!IsSafe) in addRange()
16800 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local16805 if (!IsSafe && !DidWarnAboutNonPOD && !isUnevaluatedContext()) { in BuildBuiltinOffsetOf()