Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1816 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1820 IsSafe = false; in HoistCommonCodeInSuccs()
1832 IsSafe = false; in HoistCommonCodeInSuccs()
1848 IsSafe = false; in HoistCommonCodeInSuccs()
1854 IsSafe = false; in HoistCommonCodeInSuccs()
1864 if (!IsSafe) in HoistCommonCodeInSuccs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1581 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1593 IsSafe = false; in HoistCommonCodeInSuccs()
1609 IsSafe = false; in HoistCommonCodeInSuccs()
1615 IsSafe = false; in HoistCommonCodeInSuccs()
1620 if (!IsSafe) in HoistCommonCodeInSuccs()
/external/v8/tools/gcmole/
Dgcmole.cc481 bool IsSafe() { in IsSafe() function in __anon85d096280111::CallProps
797 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG); in Par()
842 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG); in VisitArguments()
869 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG); in VisitCallExpr()
/external/eigen/Eigen/src/Core/util/
DXprHelper.h59 bool IsSafe = NumTraits<T>::IsInteger || !NumTraits<PromotedType>::IsInteger>
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1197 static bool IsSafe(const Object& object) { return true; } in IsSafe() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3767 bool IsSafe = false; in optimizeCompareInstr() local
3777 IsSafe = true; in optimizeCompareInstr()
3855 IsSafe = true; in optimizeCompareInstr()
3862 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5191 bool IsSafe = false; in optimizeCompareInstr() local
5201 IsSafe = true; in optimizeCompareInstr()
5276 IsSafe = true; in optimizeCompareInstr()
5283 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()
/external/clang/lib/Sema/
DSemaExpr.cpp11792 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local
11797 if (!IsSafe && !DidWarnAboutNonPOD && in BuildBuiltinOffsetOf()