Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCFGSCCPrinter.cpp30 if (NextSCC.size() == 1 && SCCI.hasCycle()) in run()
H A DCallGraph.cpp333 if (nextSCC.size() == 1 && SCCI.hasCycle()) in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h135 bool hasCycle() const;
219 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp366 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3276 if (SCCI.hasCycle()) in mayContainUnboundedCycle()