Searched refs:other_if_branch (Results 1 – 1 of 1) sorted by relevance
276 Node* other_if_branch = nullptr; in ReduceTrapConditional() local278 if (use != control_input) other_if_branch = use; in ReduceTrapConditional()280 DCHECK_NOT_NULL(other_if_branch); in ReduceTrapConditional()285 ReplaceWithValue(other_if_branch, node, node, node); in ReduceTrapConditional()286 other_if_branch->Kill(); in ReduceTrapConditional()