Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp496 SmallVector<std::pair<BasicBlock *, Value *>, 8> StartingStack( in solve() local
514 while (!StartingStack.empty()) { in solve()
515 std::pair<BasicBlock *, Value *> &e = StartingStack.back(); in solve()
518 StartingStack.pop_back(); in solve()