Searched refs:InstWorkList (Results 1 – 1 of 1) sorted by relevance
474 SmallSetVector<Instruction *, 16> InstWorkList; member in llvm::SCCPInstVisitor966 InstWorkList.insert(I); in pushToWorkList()2032 while (!BBWorkList.empty() || !InstWorkList.empty()) { in solve()2034 while (!InstWorkList.empty()) { in solve()2035 Instruction *I = InstWorkList.pop_back_val(); in solve()