Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp94 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
297 while (!BBWorkList.empty() || !InstWorkList.empty()) { in Solve()
315 while (!BBWorkList.empty()) { in Solve()
316 BasicBlock *BB = BBWorkList.back(); in Solve()
317 BBWorkList.pop_back(); in Solve()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h127 std::vector<BasicBlock*> BBWorkList; // The BasicBlock work list variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp202 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anon10360b9e0211::SCCPSolver
220 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
1175 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1216 while (!BBWorkList.empty()) { in Solve()
1217 BasicBlock *BB = BBWorkList.back(); in Solve()
1218 BBWorkList.pop_back(); in Solve()