Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc488 vector_index_(nullptr), in HLoopOptimization()
1124 vector_index_ = graph_->GetConstant(induc_type, 0); in Vectorize()
1150 vector_index_, in Vectorize()
1163 vector_index_, in Vectorize()
1177 vector_index_, in Vectorize()
1234 vector_index_ = phi; in GenerateNewLoop()
1256 vector_index_ = new (global_allocator_) HAdd(induc_type, vector_index_, step); in GenerateNewLoop()
1257 Insert(vector_body_, vector_index_); in GenerateNewLoop()
1268 phi->AddInput(vector_index_); in GenerateNewLoop()
1269 vector_index_ = phi; in GenerateNewLoop()
[all …]
Dloop_optimization.h338 HInstruction* vector_index_; // normalized index of the new loop variable