Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp617 auto Path = findShortestPath(I); in joinIsolatedComponents()
655 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath() function in __anon646eb3200111::FlowAdjuster
657 auto ForwardPath = findShortestPath(Func.Entry, BlockIdx); in findShortestPath()
659 auto BackwardPath = findShortestPath(BlockIdx, AnyExitBlock); in findShortestPath()
671 std::vector<FlowJump *> findShortestPath(uint64_t Source, uint64_t Target) { in findShortestPath() function in __anon646eb3200111::FlowAdjuster
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp293 EXPECT_EQ(2U, g.findShortestPath(1, t7, path, 2)); in ShortestPath()
294 EXPECT_EQ(2U, g.findShortestPath(1, t7, path, 7)); in ShortestPath()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h144 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath() function
H A Dsanitizer_deadlock_detector.h315 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()