Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h776 std::vector<BlockT *> TodoStack; in ConsiderForLoop() local
786 TodoStack.push_back(N); in ConsiderForLoop()
789 if (TodoStack.empty()) return 0; // No backedges to this block... in ConsiderForLoop()
797 while (!TodoStack.empty()) { // Process all the nodes in the loop in ConsiderForLoop()
798 BlockT *X = TodoStack.back(); in ConsiderForLoop()
799 TodoStack.pop_back(); in ConsiderForLoop()
833 TodoStack.push_back(N); in ConsiderForLoop()