Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h124 SmallVector<Value *, 64> ValueWorkList; variable
254 ValueWorkList.push_back(V); in UpdateState()
470 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
472 while (!ValueWorkList.empty()) { in Solve()
473 Value *V = ValueWorkList.back(); in Solve()
474 ValueWorkList.pop_back(); in Solve()