Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1625 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local
1634 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local