Home
last modified time | relevance | path

Searched refs:hasLoop (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/opt/
H A DPrintSCC.cpp83 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnFunction()
105 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnModule()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSCCIterator.h132 bool hasLoop() const;
213 bool scc_iterator<GraphT, GT>::hasLoop() const { in hasLoop() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp192 << (I.hasLoop() ? " (has loop)" : "") << "\n"; in dumpSCCs()