Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1110 HInstruction* new_red = vector_map_->Get(instruction); in VectorizeDef() local
1111 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef()
1112 vector_permanent_map_->Overwrite(redit->second, new_red); in VectorizeDef()
1671 HInstruction* new_red = vector_map_->Get(reduction); in GenerateVecReductionPhiInputs() local
1680 HVecOperation* red_vector = new_red->AsVecOperation(); in GenerateVecReductionPhiInputs()
1706 new_phi->AsPhi()->AddInput(new_red); in GenerateVecReductionPhiInputs()