Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/opt/
H A DPrintSCC.cpp83 if (nextSCC.size() == 1 && SCCI.hasCycle()) in runOnFunction()
105 if (nextSCC.size() == 1 && SCCI.hasCycle()) in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSCCIterator.h135 bool hasCycle() const;
219 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp267 if (!SCCI.hasCycle()) // We only care about cycles, not standalone nodes. in check()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp366 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2851 if (SCCI.hasCycle()) in mayContainUnboundedCycle()