Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc549 induction_range_(induction_analysis) {} in BCEVisitor()
1292 if (induction_range_.GetInductionRange(context, index, &v1, &v2, &needs_finite_test)) { in InductionRangeFitsIn()
1312 } while (induction_range_.RefineOuter(&v1, &v2)); in InductionRangeFitsIn()
1332 induction_range_.CanGenerateCode( in TryDynamicBCE()
1348 induction_range_.GenerateRangeCode(instruction, index, GetGraph(), block, &lower, &upper); in TryDynamicBCE()
1609 induction_range_.GenerateTakenTest(header->GetLastInstruction(), in TransformLoopForDeoptimizationIfNeeded()
1740 InductionVarRange induction_range_; member in art::BCEVisitor