Searched refs:BBWorkList (Results 1 – 3 of 3) sorted by relevance
94 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()
127 std::vector<BasicBlock*> BBWorkList; // The BasicBlock work list variable
202 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anon10360b9e0211::SCCPSolver220 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()1175 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1216 while (!BBWorkList.empty()) { in Solve()1217 BasicBlock *BB = BBWorkList.back(); in Solve()1218 BBWorkList.pop_back(); in Solve()