Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1426 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization() local
1428 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization()
1431 if (array_length == other_index) { in AddComparesWithDeoptimization()
1456 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization() local
1457 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization()
1543 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE() local
1545 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE()
1550 if (!induction_range_.CanGenerateRange(other_bounds_check, other_index, &b1, &b2)) { in TransformLoopForDynamicBCE()
1567 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE() local
1568 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE()
[all …]