Home
last modified time | relevance | path

Searched refs:IsSafe (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1955 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1959 IsSafe = false; in HoistCommonCodeInSuccs()
1971 IsSafe = false; in HoistCommonCodeInSuccs()
1987 IsSafe = false; in HoistCommonCodeInSuccs()
1993 IsSafe = false; in HoistCommonCodeInSuccs()
2003 if (!IsSafe) in HoistCommonCodeInSuccs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp135 void addRange(const Instruction *I, const ConstantRange &R, bool IsSafe) { in addRange()
136 if (!IsSafe) in addRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16800 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local
16805 if (!IsSafe && !DidWarnAboutNonPOD && !isUnevaluatedContext()) { in BuildBuiltinOffsetOf()