Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1934 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1938 IsSafe = false; in HoistCommonCodeInSuccs()
1950 IsSafe = false; in HoistCommonCodeInSuccs()
1966 IsSafe = false; in HoistCommonCodeInSuccs()
1972 IsSafe = false; in HoistCommonCodeInSuccs()
1982 if (!IsSafe) in HoistCommonCodeInSuccs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4343 bool IsSafe = false; in optimizeCompareInstr() local
4353 IsSafe = true; in optimizeCompareInstr()
4424 IsSafe = true; in optimizeCompareInstr()
4431 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15259 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local
15264 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()