Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp1980 bool IsSafe = true; in HoistCommonCodeInSuccs() local
1984 IsSafe = false; in HoistCommonCodeInSuccs()
1996 IsSafe = false; in HoistCommonCodeInSuccs()
2012 IsSafe = false; in HoistCommonCodeInSuccs()
2018 IsSafe = false; in HoistCommonCodeInSuccs()
2028 if (!IsSafe) in HoistCommonCodeInSuccs()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1124 static bool IsSafe(const Object &object) { return true; } in IsSafe() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3699 bool IsSafe = false; in optimizeCompareInstr() local
3709 IsSafe = true; in optimizeCompareInstr()
3776 IsSafe = true; in optimizeCompareInstr()
3783 if ((IsCmpZero || IsSwapped) && !IsSafe) { in optimizeCompareInstr()