Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc421 reductions_(nullptr), in HLoopOptimization()
491 reductions_ = &reds; in LocalRun()
499 reductions_ = nullptr; in LocalRun()
682 if (reductions_->empty() && // TODO: possible with some effort in OptimizeInnerLoop()
982 for (auto i = reductions_->begin(); i != reductions_->end(); ++i) { in Vectorize()
1058 for (auto i = reductions_->begin(); i != reductions_->end(); ++i) { in GenerateNewLoop()
1102 auto redit = reductions_->find(instruction); in VectorizeDef()
1103 if (redit != reductions_->end()) { in VectorizeDef()
1175 if (reductions_->find(instruction) != reductions_->end()) { in VectorizeUse()
1645 DCHECK(reductions_->find(phi) != reductions_->end()); in GenerateVecReductionPhi()
[all …]
Dloop_optimization.h257 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_; variable