Lines Matching defs:input_count
192 int const input_count = node->InputCount() - 1;
193 DCHECK_LE(1, input_count);
194 Node* const merge = node->InputAt(input_count);
196 DCHECK_EQ(input_count, merge->InputCount());
199 for (int i = 1; i < input_count; ++i) {
216 int const input_count = node->InputCount() - 1;
217 DCHECK_LE(1, input_count);
218 Node* const merge = node->InputAt(input_count);
220 DCHECK_EQ(input_count, merge->InputCount());
221 if (input_count == 2) {
286 for (int i = 1; i < input_count; ++i) {