Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp238 int ConnectedDepth = -1; in insertIncomingEdge() local
250 ConnectedDepth = std::max<int>(ConnectedDepth, DFSSCCs.size()); in insertIncomingEdge()
267 if ((int)DFSSCCs.size() == ConnectedDepth) { in insertIncomingEdge()
268 --ConnectedDepth; // We're finished with this connection. in insertIncomingEdge()
272 assert(ConnectedDepth < (int)DFSSCCs.size() && in insertIncomingEdge()