Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h37 class InductionVarRange {
58 explicit InductionVarRange(HInductionVarAnalysis* induction);
333 DISALLOW_COPY_AND_ASSIGN(InductionVarRange);
Dloop_optimization.h234 InductionVarRange induction_range_;
Dinduction_var_analysis.cc1342 return InductionVarRange(this).IsConstant(info, InductionVarRange::kExact, value); in IsExact()
1346 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtMost, value); in IsAtMost()
1350 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()
Dinduction_var_range_test.cc27 using Value = InductionVarRange::Value;
286 return range_.IsConstant(info, InductionVarRange::kExact, value); in IsExact()
290 return range_.IsConstant(info, InductionVarRange::kAtMost, value); in IsAtMost()
294 return range_.IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()
312 InductionVarRange range_;
Dinduction_var_analysis.h280 friend class InductionVarRange; variable
Dbounds_check_elimination.cc1390 InductionVarRange::Value v1; in InductionRangeFitsIn()
1391 InductionVarRange::Value v2; in InductionRangeFitsIn()
1933 InductionVarRange induction_range_;