Lines Matching defs:inputs
68 // inputs and let the second branch use the phi as its branch condition. From
102 Node::Inputs inputs = merge->inputs();
103 int input_count = inputs.count();
105 Node* input = inputs[i];
181 // EffectPhi, so we can ensure that the new traps' effect inputs are not
207 Node* inputs[] = {
210 Node* trap_clone = graph()->NewNode(node->op(), 3, inputs);
373 Node::Inputs inputs = node->inputs();
374 for (Node* input : inputs) {
380 auto input_it = inputs.begin();
382 DCHECK_GT(inputs.count(), 0);
387 // inputs.
388 auto input_end = inputs.end();