Lines Matching defs:merge
181 // Check if this is a merge that belongs to an unused diamond, which means
219 Node* const merge = inputs[effect_input_count];
220 DCHECK(IrOpcode::IsMergeOpcode(merge->opcode()));
221 DCHECK_EQ(effect_input_count, merge->InputCount());
228 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
233 // We might now be able to further reduce the {merge} node.
234 Revisit(merge);
244 Node* const merge = inputs[value_input_count];
245 DCHECK(IrOpcode::IsMergeOpcode(merge->opcode()));
246 DCHECK_EQ(value_input_count, merge->InputCount());
250 Node::Inputs merge_inputs = merge->inputs();
270 // We might now be able to further reduce the {merge} node.
271 Revisit(merge);
281 // We might now be able to further reduce the {merge} node.
282 Revisit(merge);
295 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
300 // We might now be able to further reduce the {merge} node.
301 Revisit(merge);