Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp116 SmallVector<Value *, 64> InstWorkList; member in llvm::SCCPInstVisitor
476 InstWorkList.push_back(V); in pushToWorkList()
1382 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()
1402 while (!InstWorkList.empty()) { in solve()
1403 Value *I = InstWorkList.pop_back_val(); in solve()