Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp499 SmallVector<std::pair<BasicBlock *, Value *>, 8> StartingStack( in solve() local
517 while (!StartingStack.empty()) { in solve()
518 std::pair<BasicBlock *, Value *> &e = StartingStack.back(); in solve()
521 StartingStack.pop_back(); in solve()