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()487 while (!BBWorkList.empty()) { in Solve()488 BasicBlock *BB = BBWorkList.back(); in Solve()489 BBWorkList.pop_back(); in Solve()
244 SmallVector<BasicBlock *, 64> BBWorkList; member in __anonc6ab31860111::SCCPSolver284 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()1368 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1405 while (!BBWorkList.empty()) { in Solve()1406 BasicBlock *BB = BBWorkList.back(); in Solve()1407 BBWorkList.pop_back(); in Solve()