Searched refs:InstWorkList (Results 1 – 1 of 1) sorted by relevance
345 SmallVector<Value *, 64> InstWorkList; member in llvm::SCCPInstVisitor733 InstWorkList.push_back(V); in pushToWorkList()1663 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()1683 while (!InstWorkList.empty()) { in solve()1684 Value *I = InstWorkList.pop_back_val(); in solve()