Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc294 EXPECT_EQ(2U, g.findShortestPath(1, t7, path, 2)); in ShortestPath()
295 EXPECT_EQ(2U, g.findShortestPath(1, t7, path, 7)); in ShortestPath()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h145 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath() function
Dsanitizer_deadlock_detector.h321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()