Searched refs:hasCycle (Results 1 – 5 of 5) sorted by relevance
30 if (NextSCC.size() == 1 && SCCI.hasCycle()) in run()
331 if (nextSCC.size() == 1 && SCCI.hasCycle()) in run()
136 bool hasCycle() const;220 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
378 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
3256 if (SCCI.hasCycle()) in mayContainUnboundedCycle()