Home
last modified time | relevance | path

Searched refs:other_if_branch (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc276 Node* other_if_branch = nullptr; in ReduceTrapConditional() local
278 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()