Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc486 vector_preheader_(nullptr), in HLoopOptimization()
1226 vector_preheader_ = new_preheader, in GenerateNewLoop()
1227 vector_header_ = vector_preheader_->GetSingleSuccessor(); in GenerateNewLoop()
1764 input = Insert(vector_preheader_, in GenerateVecInv()
1769 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1776 vector_preheader_->InsertInstructionBefore(set_pred, vector); in GenerateVecInv()
1892 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1900 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1913 vector_preheader_->InsertInstructionBefore(set_pred, new_init); in GenerateVecReductionPhiInputs()
H A Dloop_optimization.h341 HBasicBlock* vector_preheader_; // preheader of the new loop variable