Home
last modified time | relevance | path

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

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