Searched refs:instructions_to_copy (Results 1 – 1 of 1) sorted by relevance
996 HloInstructionMap<ShapeTree<bool>> instructions_to_copy; in AddSpecialCaseCopies() local997 auto add_index_to_copy = [&instructions_to_copy](HloInstruction* instruction, in AddSpecialCaseCopies()999 auto it = instructions_to_copy.find(instruction); in AddSpecialCaseCopies()1000 if (it == instructions_to_copy.end()) { in AddSpecialCaseCopies()1001 auto it_added = instructions_to_copy.emplace( in AddSpecialCaseCopies()1072 for (const auto& pair : instructions_to_copy) { in AddSpecialCaseCopies()