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.cc1694 for (size_t input_count = 0; input_count < haystack->InputCount(); ++input_count) { in Merge() local
1695 if (haystack->InputAt(input_count) == needle) { in Merge()
1703 for (size_t input_count = 0; input_count < other->InputCount(); ++input_count) { in Merge() local
1704 HInstruction* other_input = other->InputAt(input_count); in Merge()
Dnodes.h5007 size_t input_count = InputCount();
5008 DCHECK_LE(input_count - other_inputs, 1u) << other_inputs << " " << input_count;
5009 return other_inputs != input_count;