Home
last modified time | relevance | path

Searched refs:BBWorkList (Results 1 – 7 of 7) 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-project/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()
/external/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()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h125 std::vector<BasicBlock *> BBWorkList; // The BasicBlock work list variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp205 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anon8e75af050211::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-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp244 SmallVector<BasicBlock *, 64> BBWorkList; member in __anon0082af670111::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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp167 SmallVector<BasicBlock *, 64> BBWorkList; member in __anonb8b04cf30111::SCCPSolver
210 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()
1413 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1450 while (!BBWorkList.empty()) { in Solve()
1451 BasicBlock *BB = BBWorkList.back(); in Solve()
1452 BBWorkList.pop_back(); in Solve()