Searched refs:instr_to_remove (Results 1 – 1 of 1) sorted by relevance
609 auto instr_to_remove = b2.operands()[i]; in MoveInstructionOut() local614 if (!computation->IsMarkedAsDead(instr_to_remove) && in MoveInstructionOut()615 instr_to_remove->user_count() == 0) { in MoveInstructionOut()617 TF_RETURN_IF_ERROR(computation->RemoveInstruction(instr_to_remove)); in MoveInstructionOut()