Home
last modified time | relevance | path

Searched defs:IsSafe (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1124 static bool IsSafe(const Object &object) { return true; } in IsSafe() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1816 bool IsSafe = true; in HoistCommonCodeInSuccs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1935 bool IsSafe = true; in HoistCommonCodeInSuccs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1980 bool IsSafe = true; in HoistCommonCodeInSuccs() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5191 bool IsSafe = false; in optimizeCompareInstr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3699 bool IsSafe = false; in optimizeCompareInstr() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp11792 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD(); in BuildBuiltinOffsetOf() local