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()
117 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor465 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()1377 while (!BBWorkList.empty() || !InstWorkList.empty() || in solve()1414 while (!BBWorkList.empty()) { in solve()1415 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()