Home
last modified time | relevance | path

Searched refs:hasEdge (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h228 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
348 return g_.hasEdge(nodeToIndex(l1), nodeToIndex(l2)); in testOnlyHasEdge()
352 return g_.hasEdge(idx1, idx2); in testOnlyHasEdgeRaw()
358 if (g_.hasEdge(from, to)) in Print()
H A Dsanitizer_bvgraph.h68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function
103 bool hasEdge(uptr from, uptr to) const { in hasEdge() function