Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h125 SmallVector<Value *, 64> ValueWorkList; variable
255 ValueWorkList.push_back(V); in UpdateState()
475 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
477 while (!ValueWorkList.empty()) { in Solve()
478 Value *V = ValueWorkList.back(); in Solve()
479 ValueWorkList.pop_back(); in Solve()