Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp2030 bool IsSafe = true; in HoistCommonCodeInSuccs() local
2034 IsSafe = false; in HoistCommonCodeInSuccs()
2046 IsSafe = false; in HoistCommonCodeInSuccs()
2062 IsSafe = false; in HoistCommonCodeInSuccs()
2068 IsSafe = false; in HoistCommonCodeInSuccs()
2078 if (!IsSafe) in HoistCommonCodeInSuccs()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3748 bool IsSafe = false; in optimizeCompareInstr() local
3758 IsSafe = true; in optimizeCompareInstr()
3842 IsSafe = true; in optimizeCompareInstr()
3849 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp13382 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local
13387 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()