Searched refs:InstWorkList (Results 1 – 1 of 1) sorted by relevance
114 SmallVector<Value *, 64> InstWorkList; member in llvm::SCCPInstVisitor472 InstWorkList.push_back(V); in pushToWorkList()1377 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()1397 while (!InstWorkList.empty()) { in solve()1398 Value *I = InstWorkList.pop_back_val(); in solve()