Searched refs:SCCSize (Results 1 – 1 of 1) sorted by relevance
702 ptrdiff_t SCCSize = std::distance(SCC.begin(), SCC.end()); in printSCC() local703 OS << " SCC with " << SCCSize << " functions:\n"; in printSCC()