Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp116 SmallVector<Value *, 64> InstWorkList; member in llvm::SCCPInstVisitor
465 InstWorkList.push_back(V); in pushToWorkList()
1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()
1372 while (!InstWorkList.empty()) { in solve()
1373 Value *I = InstWorkList.pop_back_val(); in solve()