Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
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()
487 while (!BBWorkList.empty()) { in Solve()
488 BasicBlock *BB = BBWorkList.back(); in Solve()
489 BBWorkList.pop_back(); in Solve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp244 SmallVector<BasicBlock *, 64> BBWorkList; member in __anonc6ab31860111::SCCPSolver
284 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
1368 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1405 while (!BBWorkList.empty()) { in Solve()
1406 BasicBlock *BB = BBWorkList.back(); in Solve()
1407 BBWorkList.pop_back(); in Solve()