Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp484 SmallVector<std::pair<BasicBlock *, Value *>, 8> StartingStack( in solve() local
502 while (!StartingStack.empty()) { in solve()
503 std::pair<BasicBlock *, Value *> &e = StartingStack.back(); in solve()
506 StartingStack.pop_back(); in solve()