Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCFGSCCPrinter.cpp30 if (NextSCC.size() == 1 && SCCI.hasCycle()) in run()
HDCallGraph.cpp331 if (nextSCC.size() == 1 && SCCI.hasCycle()) in run()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSCCIterator.h136 bool hasCycle() const;
220 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDModuleSummaryIndex.cpp378 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp3256 if (SCCI.hasCycle()) in mayContainUnboundedCycle()