Searched refs:InstWorkList (Results 1 – 1 of 1) sorted by relevance
240 SmallVector<Value *, 64> InstWorkList; member in __anon86856d210111::SCCPSolver426 InstWorkList.push_back(V); in pushToWorkList()1329 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1349 while (!InstWorkList.empty()) { in Solve()1350 Value *I = InstWorkList.pop_back_val(); in Solve()