Home | History | Annotate | Download | only in compiler

Lines Matching refs:control

107   Node* control = node->InputAt(2);
146 top_address, jsgraph()->IntPtrConstant(0), top, effect, control);
165 jsgraph()->IntPtrConstant(0), effect, control);
168 jsgraph()->IntPtrConstant(0), effect, control);
181 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
205 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
206 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control);
209 control);
217 top_address, jsgraph()->IntPtrConstant(0), top, effect, control);
234 jsgraph()->IntPtrConstant(0), effect, control);
237 jsgraph()->IntPtrConstant(0), effect, control);
249 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
281 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
282 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control);
284 vtrue, vfalse, control);
434 Node* const control = node->InputAt(input_count);
435 if (control->opcode() == IrOpcode::kLoop) {
439 DCHECK_EQ(IrOpcode::kMerge, control->opcode());
474 // loop or just a normal control join.