Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1235 bool IsCond) { in CorrectExtraCFGEdges() argument
1259 if (IsCond) in CorrectExtraCFGEdges()
1263 assert(DestA && DestB && IsCond && in CorrectExtraCFGEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h748 bool IsCond);
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc770 static bool IsCond(void *v) { in IsCond() function
788 x->mu.LockWhen(absl::Condition(&IsCond, x)); in WaitForCond()