Searched refs:ValueWorkList (Results 1 – 1 of 1) sorted by relevance
125 SmallVector<Value *, 64> ValueWorkList; variable255 ValueWorkList.push_back(V); in UpdateState()471 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()473 while (!ValueWorkList.empty()) { in Solve()474 Value *V = ValueWorkList.pop_back_val(); in Solve()