Lines Matching refs:new_phi
1856 HPhi* new_phi = new (global_allocator_) HPhi( in GenerateVecReductionPhi() local
1858 vector_header_->AddPhi(new_phi); in GenerateVecReductionPhi()
1859 vector = new_phi; in GenerateVecReductionPhi()
1866 HPhi* new_phi = new (global_allocator_) HPhi( in GenerateVecReductionPhi() local
1868 vector_header_->AddPhi(new_phi); in GenerateVecReductionPhi()
1869 vector = new_phi; in GenerateVecReductionPhi()
1876 HInstruction* new_phi = vector_map_->Get(phi); in GenerateVecReductionPhiInputs() local
1880 for (; !new_phi->IsPhi(); new_phi = vector_permanent_map_->Get(new_phi)) { in GenerateVecReductionPhiInputs()
1881 DCHECK(new_phi->IsVecOperation()); in GenerateVecReductionPhiInputs()
1920 DCHECK(new_phi->IsPhi()); in GenerateVecReductionPhiInputs()
1921 new_phi->AsPhi()->AddInput(new_init); in GenerateVecReductionPhiInputs()
1922 new_phi->AsPhi()->AddInput(new_red); in GenerateVecReductionPhiInputs()
1924 reductions_->find(phi)->second = new_phi; in GenerateVecReductionPhiInputs()