Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h127 SmallVector<BasicBlock *, 64> BBWorkList; variable
263 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
470 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
486 while (!BBWorkList.empty()) { in Solve()
487 BasicBlock *BB = BBWorkList.pop_back_val(); in Solve()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp119 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor
458 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()
1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()
1389 while (!BBWorkList.empty()) { in solve()
1390 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()