Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc473 iset_(nullptr), in HLoopOptimization()
550 iset_ = &iset; in LocalRun()
558 iset_ = nullptr; in LocalRun()
662 for (HInstruction* i : *iset_) { in SimplifyInduction()
665 DCHECK(CheckInductionSetFullyRemoved(iset_)); in SimplifyInduction()
2250 iset_->clear(); in TrySetPhiInduction()
2278 iset_->insert(i); // copy in TrySetPhiInduction()
2286 DCHECK(iset_->empty()); in TrySetPhiReduction()
2305 iset_->size() == 1; in TrySetPhiReduction()
2306 iset_->clear(); // leave the way you found it in TrySetPhiReduction()
[all …]
Dloop_optimization.h296 ScopedArenaSet<HInstruction*>* iset_; variable