Searched refs:HasFetchInLoop (Results 1 – 2 of 2) sorted by relevance
228 bool HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const;
538 (!HasFetchInLoop(lower) || range.IsConstant(context, loop, lower, kAtLeast, ¬_used)) && in IsWellBehavedTripCount()539 (!HasFetchInLoop(upper) || range.IsConstant(context, loop, upper, kAtLeast, ¬_used)); in IsWellBehavedTripCount()544 bool InductionVarRange::HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const { in HasFetchInLoop() function in art::InductionVarRange550 return HasFetchInLoop(info->op_a) || HasFetchInLoop(info->op_b); in HasFetchInLoop()