Home
last modified time | relevance | path

Searched refs:InstWorkList (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp474 SmallSetVector<Instruction *, 16> InstWorkList; member in llvm::SCCPInstVisitor
966 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()