Searched refs:input_count (Results 1 – 2 of 2) sorted by relevance
176 for (size_t input_count = 0; input_count < inst->InputCount(); ++input_count) { in HasInterestingPublishTargetAsInput() local177 if (IsInterestingPublishTarget(inst->InputAt(input_count))) { in HasInterestingPublishTargetAsInput()
1472 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local1473 if (haystack->InputAt(input_count) == needle) { in Merge()1481 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local1482 HInstruction* other_input = other->InputAt(input_count); in Merge()