Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range.cc543 (!HasFetchInLoop(lower) || range.IsConstant(context, loop, lower, kAtLeast, &not_used)) && in IsWellBehavedTripCount()
544 (!HasFetchInLoop(upper) || range.IsConstant(context, loop, upper, kAtLeast, &not_used)); in IsWellBehavedTripCount()
549 bool InductionVarRange::HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const { in HasFetchInLoop() function in art::InductionVarRange
555 return HasFetchInLoop(info->op_a) || HasFetchInLoop(info->op_b); in HasFetchInLoop()
H A Dinduction_var_range.h228 bool HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const;