Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h324 HBasicBlock* vector_preheader_; // preheader of the new loop variable
Dloop_optimization.cc482 vector_preheader_(nullptr), in HLoopOptimization()
1223 vector_preheader_ = new_preheader, in GenerateNewLoop()
1224 vector_header_ = vector_preheader_->GetSingleSuccessor(); in GenerateNewLoop()
1691 input = Insert(vector_preheader_, in GenerateVecInv()
1696 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1810 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1818 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()