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