Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstructor_fence_redundancy_elimination.cc176 for (size_t input_count = 0; input_count < inst->InputCount(); ++input_count) { in HasInterestingPublishTargetAsInput() local
177 if (IsInterestingPublishTarget(inst->InputAt(input_count))) { in HasInterestingPublishTargetAsInput()
Dnodes.cc1472 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local
1473 if (haystack->InputAt(input_count) == needle) { in Merge()
1481 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local
1482 HInstruction* other_input = other->InputAt(input_count); in Merge()