Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc483 vector_permanent_map_(nullptr), in HLoopOptimization()
554 vector_permanent_map_ = &perm; in LocalRun()
562 vector_permanent_map_ = nullptr; in LocalRun()
1235 vector_permanent_map_->clear(); // preserved over unrolling in GenerateNewLoop()
1323 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef()
1324 vector_permanent_map_->Overwrite(redit->second, new_red); in VectorizeDef()
1681 auto it = vector_permanent_map_->find(org); in GenerateVecInv()
1682 if (it != vector_permanent_map_->end()) { in GenerateVecInv()
1695 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1779 auto it = vector_permanent_map_->find(phi); in GenerateVecReductionPhi()
[all …]
Dloop_optimization.h331 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_; variable