Searched refs:vector_index_ (Results 1 – 2 of 2) sorted by relevance
485 vector_index_(nullptr), in HLoopOptimization()1127 vector_index_ = graph_->GetConstant(induc_type, 0); in Vectorize()1153 vector_index_, in Vectorize()1166 vector_index_, in Vectorize()1180 vector_index_, in Vectorize()1237 vector_index_ = phi; in GenerateNewLoop()1259 vector_index_ = new (global_allocator_) HAdd(induc_type, vector_index_, step); in GenerateNewLoop()1260 Insert(vector_body_, vector_index_); in GenerateNewLoop()1271 phi->AddInput(vector_index_); in GenerateNewLoop()1272 vector_index_ = phi; in GenerateNewLoop()[all …]
327 HInstruction* vector_index_; // normalized index of the new loop variable