Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc471 reductions_(nullptr), in HLoopOptimization()
548 reductions_ = &reds; in LocalRun()
556 reductions_ = nullptr; in LocalRun()
741 if (reductions_->empty() && // TODO: possible with some effort in TryOptimizeInnerLoopFinite()
1187 for (auto i = reductions_->begin(); i != reductions_->end(); ++i) { in Vectorize()
1263 for (auto i = reductions_->begin(); i != reductions_->end(); ++i) { in GenerateNewLoop()
1316 auto redit = reductions_->find(instruction); in VectorizeDef()
1317 if (redit != reductions_->end()) { in VectorizeDef()
1390 if (reductions_->find(instruction) != reductions_->end()) { in VectorizeUse()
1770 DCHECK(reductions_->find(phi) != reductions_->end()); in GenerateVecReductionPhi()
[all …]
Dloop_optimization.h292 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_; variable