Searched refs:used_indices (Results 1 – 2 of 2) sorted by relevance
45 absl::flat_hash_set<int64> used_indices; in RemoveUnusedOperandFromSort() local51 used_indices.insert(user->tuple_index()); in RemoveUnusedOperandFromSort()60 used_indices.insert(i / 2); in RemoveUnusedOperandFromSort()64 if (used_indices.size() == sort->operand_count()) { in RemoveUnusedOperandFromSort()72 if (used_indices.contains(i)) { in RemoveUnusedOperandFromSort()89 if (used_indices.contains(i)) { in RemoveUnusedOperandFromSort()116 if (used_indices.count(i)) { in RemoveUnusedOperandFromSort()124 CHECK_EQ(used_indices.size(), 1); in RemoveUnusedOperandFromSort()125 result_map[*used_indices.begin()] = new_sort; in RemoveUnusedOperandFromSort()
43 absl::flat_hash_set<int64> used_indices; in ExpandInstruction() local