Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc709 HInductionVarAnalysis::InductionInfo* next_trip = nullptr; in GetFetch() local
711 if (HasInductionInfo(instruction, instruction, &next_loop, &next_info, &next_trip) && in GetFetch()
713 !IsUnsafeTripCount(next_trip)) { in GetFetch()
714 return GetVal(next_info, next_trip, next_in_body, is_min); in GetFetch()