HomeSort by relevance Sort by last modified time
    Searched refs:hasLoop (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/opt/
PrintSCC.cpp 84 if (nextSCC.size() == 1 && SCCI.hasLoop())
106 if (nextSCC.size() == 1 && SCCI.hasLoop())
  /external/llvm/include/llvm/ADT/
SCCIterator.h 174 // hasLoop() -- Test if the current SCC has a loop. If it has more than one
177 bool hasLoop() const {
  /dalvik/vm/compiler/
CompilerIR.h 226 bool hasLoop; // Contains a loop
SSATransformation.cpp 142 cUnit->hasLoop = true;

Completed in 112 milliseconds