Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp629 auto Path = findShortestPath(I); in joinIsolatedComponents()
667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath() function in __anon1fb2f5b80111::FlowAdjuster
669 auto ForwardPath = findShortestPath(Func.Entry, BlockIdx); in findShortestPath()
671 auto BackwardPath = findShortestPath(BlockIdx, AnyExitBlock); in findShortestPath()
683 std::vector<FlowJump *> findShortestPath(uint64_t Source, uint64_t Target) { in findShortestPath() function in __anon1fb2f5b80111::FlowAdjuster