HomeSort by relevance Sort by last modified time
    Searched refs:HasFetchInLoop (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 201 bool HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const;
induction_var_range.cc 489 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) &&
490 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used));
495 bool InductionVarRange::HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const {
501 return HasFetchInLoop(info->op_a) || HasFetchInLoop(info->op_b);
    [all...]

Completed in 58 milliseconds