Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h566 HBasicBlock* vector_preheader_; // preheader of the new loop variable
Dloop_optimization.cc536 vector_preheader_(nullptr), in HLoopOptimization()
1563 vector_preheader_ = new_preheader, in InitializeForNewLoop()
1564 vector_header_ = vector_preheader_->GetSingleSuccessor(); in InitializeForNewLoop()
2208 input = Insert(vector_preheader_, in GenerateVecInv()
2213 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
2328 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
2336 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()