Searched refs:BBWorkList (Results 1 – 2 of 2) sorted by relevance
129 SmallVector<BasicBlock *, 64> BBWorkList; variable265 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()472 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()488 while (!BBWorkList.empty()) { in Solve()489 BasicBlock *BB = BBWorkList.pop_back_val(); in Solve()
395 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor848 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()1843 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()1882 while (!BBWorkList.empty()) { in solve()1883 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()