Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/opt/
DPrintSCC.cpp84 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnFunction()
106 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnModule()
/external/llvm/tools/opt/
DPrintSCC.cpp83 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnFunction()
105 if (nextSCC.size() == 1 && SCCI.hasLoop()) in runOnModule()
/external/llvm/include/llvm/ADT/
DSCCIterator.h130 bool hasLoop() const;
211 bool scc_iterator<GraphT, GT>::hasLoop() const { in hasLoop() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSCCIterator.h177 bool hasLoop() const { in hasLoop() function