HomeSort by: relevance | last modified time | path
    Searched refs:hasCycle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/opt/
PrintSCC.cpp 83 if (nextSCC.size() == 1 && SCCI.hasCycle())
105 if (nextSCC.size() == 1 && SCCI.hasCycle())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SCCIterator.h 131 bool hasCycle() const;
215 bool scc_iterator<GraphT, GT>::hasCycle() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 360 << (I.hasCycle() ? " (has cycle)" : "") << "\n";
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 2257 if (SCCI.hasCycle())

Completed in 59 milliseconds