Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc1877 HInstruction* new_init = reductions_->Get(phi); in GenerateVecReductionPhiInputs() local
1892 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1894 &new_init, in GenerateVecReductionPhiInputs()
1900 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1902 new_init, in GenerateVecReductionPhiInputs()
1913 vector_preheader_->InsertInstructionBefore(set_pred, new_init); in GenerateVecReductionPhiInputs()
1914 new_init->AsVecOperation()->SetMergingGoverningPredicate(set_pred); in GenerateVecReductionPhiInputs()
1917 new_init = ReduceAndExtractIfNeeded(new_init); in GenerateVecReductionPhiInputs()
1921 new_phi->AsPhi()->AddInput(new_init); in GenerateVecReductionPhiInputs()