Searched refs:AnyExitBlock (Results 1 – 1 of 1) sorted by relevance
671 auto BackwardPath = findShortestPath(BlockIdx, AnyExitBlock); in findShortestPath()687 if (Func.Blocks[Source].isExit() && Target == AnyExitBlock) in findShortestPath()703 (Func.Blocks[Src].isExit() && Target == AnyExitBlock)) in findShortestPath()720 if (Target == AnyExitBlock) { in findShortestPath()723 if (Target == AnyExitBlock || Distance[Target] > Distance[I]) { in findShortestPath()1036 static constexpr uint64_t AnyExitBlock = uint64_t(-1); member in __anon08a240e50111::FlowAdjuster