Home | History | Annotate | Download | only in compiler

Lines Matching defs:input_count

104   int input_count = value_count + context_count + frame_state_count;
106 input_count += effect_count + control_count;
108 CHECK_EQ(input_count, node->InputCount());
208 CHECK_EQ(0, input_count);
325 CHECK_EQ(control_count, input_count);
341 CHECK_EQ(control_count, input_count);
371 CHECK_EQ(2, input_count);
388 CHECK_EQ(2, input_count);
397 CHECK_EQ(1, input_count);
416 CHECK_EQ(0, input_count);
422 CHECK_EQ(0, input_count);
428 CHECK_EQ(0, input_count);
435 CHECK_EQ(0, input_count);
442 CHECK_EQ(1, input_count);
473 CHECK_EQ(input_count, 1 + value_count);
494 CHECK_EQ(input_count, 1 + effect_count);
548 CHECK_EQ(6, input_count);