Home | History | Annotate | Download | only in Scalar

Lines Matching defs:InstWorkList

199   SmallVector<Value*, 64> InstWorkList;
314 InstWorkList.push_back(V);
330 InstWorkList.push_back(V);
1175 while (!BBWorkList.empty() || !InstWorkList.empty() ||
1197 while (!InstWorkList.empty()) {
1198 Value *I = InstWorkList.pop_back_val();