Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc470 iset_(nullptr), in HLoopOptimization()
547 iset_ = &iset; in LocalRun()
555 iset_ = nullptr; in LocalRun()
659 for (HInstruction* i : *iset_) { in SimplifyInduction()
662 DCHECK(CheckInductionSetFullyRemoved(iset_)); in SimplifyInduction()
2239 iset_->clear(); in TrySetPhiInduction()
2267 iset_->insert(i); // copy in TrySetPhiInduction()
2275 DCHECK(iset_->empty()); in TrySetPhiReduction()
2294 iset_->size() == 1; in TrySetPhiReduction()
2295 iset_->clear(); // leave the way you found it in TrySetPhiReduction()
[all …]
Dloop_optimization.h285 ScopedArenaSet<HInstruction*>* iset_; variable