Searched refs:kTripCountInBodyUnsafe (Results 1 – 4 of 4) sorted by relevance
75 kTripCountInBodyUnsafe, // valid in body only; loop may be infinite enumerator
507 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe; in IsBodyTripCount()516 return trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe || in IsUnsafeTripCount()733 case HInductionVarAnalysis::kTripCountInBodyUnsafe: in GetVal()1282 case HInductionVarAnalysis::kTripCountInBodyUnsafe: in GenerateCode()
1029 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests in VisitTripCount()1413 case kTripCountInBodyUnsafe: inv += " (TC-body-unsafe) "; break; in InductionToString()
163 HInductionVarAnalysis::InductionOp op = HInductionVarAnalysis::kTripCountInBodyUnsafe; in CreateTripCount()