Searched refs:BBWorkList (Results 1 – 2 of 2) sorted by relevance
128 SmallVector<BasicBlock *, 64> BBWorkList; variable264 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()471 while (!BBWorkList.empty() || !ValueWorkList.empty()) { in Solve()487 while (!BBWorkList.empty()) { in Solve()488 BasicBlock *BB = BBWorkList.pop_back_val(); in Solve()
482 SmallVector<BasicBlock *, 64> BBWorkList; member in llvm::SCCPInstVisitor952 BBWorkList.push_back(BB); // Add the block to the work list! in markBlockExecutable()2032 while (!BBWorkList.empty() || !InstWorkList.empty()) { in solve()2044 while (!BBWorkList.empty()) { in solve()2045 BasicBlock *BB = BBWorkList.pop_back_val(); in solve()