Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp392 SmallVector<Value *, 64> InstWorkList; member in llvm::SCCPInstVisitor
858 if (InstWorkList.empty() || InstWorkList.back() != V) in pushToWorkList()
859 InstWorkList.push_back(V); in pushToWorkList()
1843 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()
1864 while (!InstWorkList.empty()) { in solve()
1865 Value *I = InstWorkList.pop_back_val(); in solve()