Searched defs:BBWorkList (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h125 std::vector<BasicBlock *> BBWorkList; // The BasicBlock work list member in class:llvm::SparseSolver
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DSparsePropagation.h127 std::vector<BasicBlock*> BBWorkList; // The BasicBlock work list member in class:llvm::SparseSolver
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp202 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in class:__anon23069::SCCPSolver
222 BBWorkList.push_back(BB); // Add the block to the work list!
1352 while (!BBWorkList.empty() || !InstWorkList.empty() ||
1395 while (!BBWorkList.empty()) {
1396 BasicBlock *BB = BBWorkList.back();
1397 BBWorkList.pop_back();
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp205 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in class:__anon14762::SCCPSolver
223 BBWorkList.push_back(BB); // Add the block to the work list!
1168 while (!BBWorkList.empty() || !InstWorkList.empty() ||
1209 while (!BBWorkList.empty()) {
1210 BasicBlock *BB = BBWorkList.back();
1211 BBWorkList.pop_back();

Completed in 198 milliseconds