Searched refs:vector_index_ (Results 1 – 2 of 2) sorted by relevance
489 vector_index_(nullptr), in HLoopOptimization()1128 vector_index_ = graph_->GetConstant(induc_type, 0); in Vectorize()1155 vector_index_, in Vectorize()1168 vector_index_, in Vectorize()1183 vector_index_, in Vectorize()1266 vector_index_ = phi; in GenerateNewLoop()1292 vector_index_ = new (global_allocator_) HAdd(induc_type, vector_index_, step); in GenerateNewLoop()1293 Insert(vector_body_, vector_index_); in GenerateNewLoop()1304 phi->AddInput(vector_index_); in GenerateNewLoop()1305 vector_index_ = phi; in GenerateNewLoop()[all …]
344 HInstruction* vector_index_; // normalized index of the new loop variable