Searched refs:findShortestPath (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 617 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 D | sanitizer_bvgraph_test.cpp | 293 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 D | sanitizer_bvgraph.h | 144 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath() function
|
| H A D | sanitizer_deadlock_detector.h | 315 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()
|