Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h335 HBasicBlock* vector_preheader_; // preheader of the new loop variable
Dloop_optimization.cc485 vector_preheader_(nullptr), in HLoopOptimization()
1220 vector_preheader_ = new_preheader, in GenerateNewLoop()
1221 vector_header_ = vector_preheader_->GetSingleSuccessor(); in GenerateNewLoop()
1690 input = Insert(vector_preheader_, in GenerateVecInv()
1695 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1809 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1817 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()