Searched refs:kWrapAround (Results 1 – 4 of 4) sorted by relevance
238 if (!min_val->is_known && info->induction_class == HInductionVarAnalysis::kWrapAround) { in GetInductionRange()518 } else if (info->induction_class == HInductionVarAnalysis::kWrapAround) { in NeedsTripCount()772 case HInductionVarAnalysis::kWrapAround: in GetVal()1011 case HInductionVarAnalysis::kWrapAround: in GenerateRangeOrLastValue()1129 DCHECK_EQ(info->induction_class, HInductionVarAnalysis::kWrapAround); in GenerateLastValueWrapAround()1132 for (; info->induction_class == HInductionVarAnalysis::kWrapAround; in GenerateLastValueWrapAround()1362 case HInductionVarAnalysis::kWrapAround: in GenerateCode()
426 AssignInfo(loop, phi, CreateInduction(kWrapAround, in ClassifyNonTrivial()496 case kWrapAround: in ClassifyNonTrivial()584 if (b->induction_class == kWrapAround || b->induction_class == kPeriodic) { in TransferAddSub()596 if (a->induction_class == kWrapAround || a->induction_class == kPeriodic) { in TransferAddSub()820 return CreateInduction(kWrapAround, in SolveOp()1436 } else if (info->induction_class == kWrapAround) { in InductionToString()
56 kWrapAround, enumerator
223 return iva_->CreateInduction(HInductionVarAnalysis::kWrapAround, in CreateWrapAround()