Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc202 if (!min_val->is_known && info->induction_class == HInductionVarAnalysis::kWrapAround) { in GetInductionRange()
496 } else if (info->induction_class == HInductionVarAnalysis::kWrapAround) { in NeedsTripCount()
750 case HInductionVarAnalysis::kWrapAround: in GetVal()
989 case HInductionVarAnalysis::kWrapAround: in GenerateRangeOrLastValue()
1107 DCHECK_EQ(info->induction_class, HInductionVarAnalysis::kWrapAround); in GenerateLastValueWrapAround()
1110 for (; info->induction_class == HInductionVarAnalysis::kWrapAround; in GenerateLastValueWrapAround()
1340 case HInductionVarAnalysis::kWrapAround: in GenerateCode()
Dinduction_var_analysis.cc427 AssignInfo(loop, phi, CreateInduction(kWrapAround, in ClassifyNonTrivial()
497 case kWrapAround: in ClassifyNonTrivial()
585 if (b->induction_class == kWrapAround || b->induction_class == kPeriodic) { in TransferAddSub()
597 if (a->induction_class == kWrapAround || a->induction_class == kPeriodic) { in TransferAddSub()
821 return CreateInduction(kWrapAround, in SolveOp()
1437 } else if (info->induction_class == kWrapAround) { in InductionToString()
Dinduction_var_analysis.h56 kWrapAround, enumerator
Dinduction_var_range_test.cc223 return iva_->CreateInduction(HInductionVarAnalysis::kWrapAround, in CreateWrapAround()