Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc769 const HLoopInformation* next_loop = nullptr; in GetFetch() local
772 if (HasInductionInfo(instruction->GetBlock(), instruction, &next_loop, &next_info, &next_trip) && in GetFetch()
773 IsWellBehavedTripCount(context, next_loop, trip) && in GetFetch()
775 return GetVal(context, next_loop, next_info, next_trip, is_min); in GetFetch()