Searched refs:BBWorkList (Results 1 – 6 of 6) 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()
93 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()296 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
125 std::vector<BasicBlock *> BBWorkList; // The BasicBlock work list variable
205 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anon357eee1d0211::SCCPSolver223 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()1168 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1209 while (!BBWorkList.empty()) { in Solve()1210 BasicBlock *BB = BBWorkList.back(); in Solve()1211 BBWorkList.pop_back(); in Solve()
202 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list member in __anonb057c7490211::SCCPSolver222 BBWorkList.push_back(BB); // Add the block to the work list! in MarkBlockExecutable()1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1395 while (!BBWorkList.empty()) { in Solve()1396 BasicBlock *BB = BBWorkList.back(); in Solve()1397 BBWorkList.pop_back(); in Solve()