Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc1625 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local
1626 if (haystack->InputAt(input_count) == needle) { in Merge()
1634 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local
1635 HInstruction* other_input = other->InputAt(input_count); in Merge()
Dnodes.h5152 size_t input_count = InputCount();
5153 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;
5154 return other_inputs != input_count;