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