HomeSort by relevance Sort by last modified time
    Searched full:induction_variable_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
bounds_check_elimination.cc 258 : induction_variable_(induction_variable),
299 HLoopInformation* loop_info = induction_variable_->GetBlock()->GetLoopInformation();
302 DCHECK(block == induction_variable_->GetBlock());
368 if (left == induction_variable_ ||
370 left == induction_variable_)) {
379 // Access not in induction_variable/(induction_variable_ + constant)
391 HInstruction* induction_variable_; member in class:art::ArrayAccessInsideLoopFinder
501 induction_variable_(induction_variable),
510 HInstruction* GetInductionVariable() const { return induction_variable_; }
516 DCHECK(induction_variable_->GetBlock()->IsLoopHeader())
1086 HPhi* const induction_variable_; \/\/ Induction variable for this monotonic value range. member in class:art::MonotonicValueRange
    [all...]

Completed in 63 milliseconds