Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h128 SmallVector<BasicBlock *, 64> BBWorkList; variable
264 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
471 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
487 while (!BBWorkList.empty()) { in Solve()
488 BasicBlock *BB = BBWorkList.pop_back_val(); in Solve()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp482 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor
952 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()
2032 while (!BBWorkList.empty() || !InstWorkList.empty()) { in solve()
2044 while (!BBWorkList.empty()) { in solve()
2045 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()