Searched refs:next_loop (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.cc | 769 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()
|