Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp659 auto BackwardPath = findShortestPath(BlockIdx, AnyExitBlock); in findShortestPath()
675 if (Func.Blocks[Source].isExit() && Target == AnyExitBlock) in findShortestPath()
691 (Func.Blocks[Src].isExit() && Target == AnyExitBlock)) in findShortestPath()
708 if (Target == AnyExitBlock) { in findShortestPath()
711 if (Target == AnyExitBlock || Distance[Target] > Distance[I]) { in findShortestPath()
1025 static constexpr uint64_t AnyExitBlock = uint64_t(-1); member in __anon646eb3200111::FlowAdjuster