Searched refs:old_opd (Results 1 – 1 of 1) sorted by relevance
580 HloInstruction* old_opd = old_root->operands()[index]; in MoveInstructionOut() local581 VLOG(2) << "old opd = " << old_opd << "\n"; in MoveInstructionOut()582 CHECK(ContainsKey(hoisted_instructions, old_opd)); in MoveInstructionOut()583 HloInstruction* new_opd = hoisted_instructions[old_opd].operands()[0]; in MoveInstructionOut()584 CHECK(old_opd != nullptr); in MoveInstructionOut()586 VLOG(2) << "Try replace all uses of :" << old_opd->ToString() << "\n"; in MoveInstructionOut()