Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGSCCPrinter.cpp30 if (NextSCC.size() == 1 && SCCI.hasCycle()) in run()
H A DCallGraph.cpp331 if (nextSCC.size() == 1 && SCCI.hasCycle()) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h136 bool hasCycle() const;
220 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp378 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3256 if (SCCI.hasCycle()) in mayContainUnboundedCycle()