Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc635 vector_phi_, in Vectorize()
664 vector_phi_ = new (global_allocator_) HPhi(global_allocator_, in GenerateNewLoop()
671 HInstruction* cond = new (global_allocator_) HAboveOrEqual(vector_phi_, hi); in GenerateNewLoop()
672 vector_header_->AddPhi(vector_phi_); in GenerateNewLoop()
692 HInstruction* inc = new (global_allocator_) HAdd(induc_type, vector_phi_, step); in GenerateNewLoop()
693 vector_phi_->AddInput(lo); in GenerateNewLoop()
694 vector_phi_->AddInput(Insert(vector_body_, inc)); in GenerateNewLoop()
1009 HInstruction* subscript = vector_phi_; in GenerateVecSub()
Dloop_optimization.h217 HPhi* vector_phi_; // the Phi representing the normalized loop index variable