Searched refs:map_inst_to_tuple_index (Results 1 – 1 of 1) sorted by relevance
439 absl::flat_hash_map<HloInstruction*, int64> map_inst_to_tuple_index; in ConvertSpecialMove() local445 map_inst_to_tuple_index[old_root->mutable_operand(operand_num)] = in ConvertSpecialMove()466 map_inst_to_tuple_index[prod] = map_inst_to_tuple_index[hoist]; in ConvertSpecialMove()467 new_operands[map_inst_to_tuple_index[hoist]] = prod; in ConvertSpecialMove()470 map_inst_to_tuple_index[prod] = new_tuple_count++; in ConvertSpecialMove()504 int64_t hoist_index = map_inst_to_tuple_index[hoist]; in ConvertSpecialMove()512 map_inst_to_tuple_index[op])); in ConvertSpecialMove()