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 211 bool HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const;
induction_var_range.cc 494 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) &&
495 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used));
500 bool InductionVarRange::HasFetchInLoop(HInductionVarAnalysis::InductionInfo* info) const {
506 return HasFetchInLoop(info->op_a) || HasFetchInLoop(info->op_b);
    [all...]

Completed in 82 milliseconds