Searched refs:to_do (Results 1 – 3 of 3) sorted by relevance
74 std::queue<CNodePtr> to_do; in ExistRoute() local75 to_do.push(dst); in ExistRoute()76 while (!to_do.empty()) { in ExistRoute()77 const auto ¤t_node = to_do.front(); in ExistRoute()92 to_do.push(cnode); in ExistRoute()95 to_do.pop(); in ExistRoute()
361 int to_do = std::min(kAtATime, n - i); in WriteArray()363 for (int j = 0; j < to_do; j++) { in WriteArray()367 output->WriteRaw(buf, to_do * sizeof(a[0])); in WriteArray()
700 NIR_VLA(int, to_do, num_copies * 2); in resolve_parallel_copy()748 to_do[++to_do_idx] = dest_idx; in resolve_parallel_copy()795 int b = to_do[to_do_idx--]; in resolve_parallel_copy()