Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.cpp1944 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1948 IsSafe = false; in HoistCommonCodeInSuccs()
1960 IsSafe = false; in HoistCommonCodeInSuccs()
1976 IsSafe = false; in HoistCommonCodeInSuccs()
1982 IsSafe = false; in HoistCommonCodeInSuccs()
1992 if (!IsSafe) in HoistCommonCodeInSuccs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4289 bool IsSafe = false; in optimizeCompareInstr() local
4299 IsSafe = true; in optimizeCompareInstr()
4370 IsSafe = true; in optimizeCompareInstr()
4377 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15138 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local
15143 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()