Searched refs:Outgoing (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp146 Outgoing, // Edges going ot of the SCC enumerator in enum:Direction
188 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) &&
199 } else if (Dir == Direction::Outgoing) {
215 reconnectEdges(SCCNode, N, &PiNode, Direction::Outgoing);

Completed in 186 milliseconds