Home
last modified time | relevance | path

Searched refs:BBWorkList (Results 1 – 8 of 8) 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/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp93 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
296 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h128 SmallVector<BasicBlock *, 64> BBWorkList; variable
264 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
475 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()
492 while (!BBWorkList.empty()) { in Solve()
493 BasicBlock *BB = BBWorkList.back(); in Solve()
494 BBWorkList.pop_back(); in Solve()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h127 std::vector<BasicBlock*> BBWorkList; // The BasicBlock work list variable
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h125 std::vector<BasicBlock *> BBWorkList; // The BasicBlock work list variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp242 SmallVector<BasicBlock *, 64> BBWorkList; member in __anonf4e4c9bf0111::SCCPSolver
261 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
1225 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1266 while (!BBWorkList.empty()) { in Solve()
1267 BasicBlock *BB = BBWorkList.back(); in Solve()
1268 BBWorkList.pop_back(); in Solve()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp205 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anon8a523c670211::SCCPSolver
223 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
1168 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1209 while (!BBWorkList.empty()) { in Solve()
1210 BasicBlock *BB = BBWorkList.back(); in Solve()
1211 BBWorkList.pop_back(); in Solve()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp202 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anon967d13930211::SCCPSolver
222 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1395 while (!BBWorkList.empty()) { in Solve()
1396 BasicBlock *BB = BBWorkList.back(); in Solve()
1397 BBWorkList.pop_back(); in Solve()