Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc771 HInductionVarAnalysis::InductionInfo* next_trip = nullptr; in GetFetch() local
772 if (HasInductionInfo(instruction->GetBlock(), instruction, &next_loop, &next_info, &next_trip) && in GetFetch()
774 !IsUnsafeTripCount(next_trip)) { in GetFetch()
775 return GetVal(context, next_loop, next_info, next_trip, is_min); in GetFetch()