Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc258 : induction_variable_(induction_variable), in ArrayAccessInsideLoopFinder()
299 HLoopInformation* loop_info = induction_variable_->GetBlock()->GetLoopInformation(); in Run()
302 DCHECK(block == induction_variable_->GetBlock()); in Run()
368 if (left == induction_variable_ || in Run()
370 left == induction_variable_)) { in Run()
391 HInstruction* induction_variable_; member in art::ArrayAccessInsideLoopFinder
501 induction_variable_(induction_variable), in MonotonicValueRange()
510 HInstruction* GetInductionVariable() const { return induction_variable_; } in GetInductionVariable()
516 DCHECK(induction_variable_->GetBlock()->IsLoopHeader()); in GetLoopHeader()
517 return induction_variable_->GetBlock(); in GetLoopHeader()
[all …]