Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSparsePropagation.h129 SmallVector<BasicBlock *, 64> BBWorkList; variable
265 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
472 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
488 while (!BBWorkList.empty()) { in Solve()
489 BasicBlock *BB = BBWorkList.pop_back_val(); in Solve()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp117 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor
465 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()
1377 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()
1414 while (!BBWorkList.empty()) { in solve()
1415 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()