Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp514 SmallVector<std::pair<BasicBlock *, Value *>, 8> StartingStack( in solve() local
532 while (!StartingStack.empty()) { in solve()
533 std::pair<BasicBlock *, Value *> &e = StartingStack.back(); in solve()
536 StartingStack.pop_back(); in solve()