Searched refs:hasCycle (Results 1 – 5 of 5) sorted by relevance
83 if (nextSCC.size() == 1 && SCCI.hasCycle()) in runOnFunction()105 if (nextSCC.size() == 1 && SCCI.hasCycle()) in runOnModule()
135 bool hasCycle() const;219 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
267 if (!SCCI.hasCycle()) // We only care about cycles, not standalone nodes. in check()
366 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
2851 if (SCCI.hasCycle()) in mayContainUnboundedCycle()