Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp702 ptrdiff_t SCCSize = std::distance(SCC.begin(), SCC.end()); in printSCC() local
703 OS << " SCC with " << SCCSize << " functions:\n"; in printSCC()