Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DSparsePropagation.h126 SmallVector<Value *, 64> ValueWorkList; variable
256 ValueWorkList.push_back(V); in UpdateState()
472 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
474 while (!ValueWorkList.empty()) { in Solve()
475 Value *V = ValueWorkList.pop_back_val(); in Solve()