Searched refs:active_work_items (Results 1 – 2 of 2) sorted by relevance
141 std::set<int> active_work_items; in chk() local147 active_work_items.insert(i); in chk()163 mx[ii + *active_work_items.begin()]) in chk()173 if (active_work_items.empty()) in chk()181 auto lowest_active = active_work_items.begin(); in chk()182 for (const int &active_work_item : active_work_items) in chk()
624 std::set<int> active_work_items; in chk() local630 active_work_items.insert(i); in chk()633 if (active_work_items.empty()) in chk()640 else if (active_work_items.size() == 1) in chk()651 for (const int &active_work_item : active_work_items) in chk()738 std::set<int> active_work_items; in chk() local750 active_work_items.insert(i); in chk()753 if (active_work_items.empty()) in chk()763 for (const int &active_work_item : active_work_items) in chk()766 if (active_work_items.size() == 1) in chk()[all …]