Searched refs:kTripCountInBodyUnsafe (Results 1 – 4 of 4) sorted by relevance
282 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe; in IsBodyTripCount()291 return trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe || in IsUnsafeTripCount()413 case HInductionVarAnalysis::kTripCountInBodyUnsafe: in GetVal()733 case HInductionVarAnalysis::kTripCountInBodyUnsafe: in GenerateCode()
72 kTripCountInBodyUnsafe, // valid in body only; loop may be infinite enumerator
701 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests in VisitTripCount()957 case kTripCountInBodyUnsafe: inv += " (TC-body-unsafe) "; break; in InductionToString()
154 HInductionVarAnalysis::kTripCountInBodyUnsafe, CreateConst(tc), nullptr, type); in CreateTripCount()