Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc522 reductions_(nullptr), in HLoopOptimization()
599 reductions_ = &reds; in LocalRun()
609 reductions_ = nullptr; in LocalRun()
910 if (reductions_->empty() && // TODO: possible with some effort in TryOptimizeInnerLoopFinite()
1526 for (auto i = reductions_->begin(); i != reductions_->end(); ++i) { in FinalizeVectorization()
1724 for (auto i = reductions_->begin(); i != reductions_->end(); ++i) { in FinalizePhisForNewLoop()
1777 auto redit = reductions_->find(instruction); in VectorizeDef()
1778 if (redit != reductions_->end()) { in VectorizeDef()
1859 if (reductions_->find(instruction) != reductions_->end()) { in VectorizeUse()
2288 DCHECK(reductions_->find(orig_phi) != reductions_->end()); in GenerateVecReductionPhi()
[all …]
Dloop_optimization.h515 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_; variable