Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp119 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor
469 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()
1382 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()
1419 while (!BBWorkList.empty()) { in solve()
1420 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()