Searched refs:new_to_old_tuple_idx (Results 1 – 1 of 1) sorted by relevance
46 std::vector<int64> new_to_old_tuple_idx(used_tuple_indices.begin(), in RemoveDeadTupleIndices() local48 absl::c_sort(new_to_old_tuple_idx); in RemoveDeadTupleIndices()60 for (int64 new_idx = 0; new_idx < new_to_old_tuple_idx.size(); ++new_idx) { in RemoveDeadTupleIndices()61 int64 old_idx = new_to_old_tuple_idx[new_idx]; in RemoveDeadTupleIndices()68 new_while_tuple_elem_shapes.reserve(new_to_old_tuple_idx.size()); in RemoveDeadTupleIndices()69 for (int64 old_idx : new_to_old_tuple_idx) { in RemoveDeadTupleIndices()135 new_while_body_root_elems.reserve(new_to_old_tuple_idx.size()); in RemoveDeadTupleIndices()136 for (int64 old_idx : new_to_old_tuple_idx) { in RemoveDeadTupleIndices()150 new_while_init_elems.reserve(new_to_old_tuple_idx.size()); in RemoveDeadTupleIndices()151 for (int64 old_idx : new_to_old_tuple_idx) { in RemoveDeadTupleIndices()