Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 3 of 3) 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.cc1471 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local
1472 if (haystack->InputAt(input_count) == needle) { in Merge()
1480 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local
1481 HInstruction* other_input = other->InputAt(input_count); in Merge()
Dnodes.h4789 size_t input_count = InputCount(); in HasSpecialInput() local
4790 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count; in HasSpecialInput()
4791 return other_inputs != input_count; in HasSpecialInput()