Searched refs:gte_hoist (Results 1 – 1 of 1) sorted by relevance
504 HloInstruction* gte_hoist = find_gte(conditional, hoist_index); in ConvertSpecialMove() local505 CHECK(gte_hoist != nullptr); in ConvertSpecialMove()516 TF_RETURN_IF_ERROR(gte_hoist->ReplaceAllUsesWith(hoisted)); in ConvertSpecialMove()517 TF_CHECK_OK(conditional_parent->RemoveInstruction(gte_hoist)); in ConvertSpecialMove()