Searched refs:next_trip (Results 1 – 1 of 1) sorted by relevance
771 HInductionVarAnalysis::InductionInfo* next_trip = nullptr; in GetFetch() local772 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()