Searched refs:BBWorkList (Results 1 – 2 of 2) sorted by relevance
127 SmallVector<BasicBlock *, 64> BBWorkList; variable263 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()470 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()486 while (!BBWorkList.empty()) { in Solve()487 BasicBlock *BB = BBWorkList.pop_back_val(); in Solve()
119 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor458 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()1389 while (!BBWorkList.empty()) { in solve()1390 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()