Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp114 SmallVector<Value *, 64> InstWorkList; member in llvm::SCCPInstVisitor
472 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()