Lines Matching refs:second
841 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination()
1187 HInstruction* repl = ReduceAndExtractIfNeeded(i->second); in Vectorize()
1247 if (i != vector_map_->end() && !i->second->IsInBlock()) { in GenerateNewLoop()
1248 Insert(vector_body_, i->second); in GenerateNewLoop()
1250 if (i->second->NeedsEnvironment()) { in GenerateNewLoop()
1251 i->second->CopyEnvironmentFromWithLoopPhiAdjustment(env, vector_header_); in GenerateNewLoop()
1262 DCHECK(i->second->IsPhi()); in GenerateNewLoop()
1263 GenerateVecReductionPhiInputs(i->second->AsPhi(), i->first); in GenerateNewLoop()
1323 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef()
1324 vector_permanent_map_->Overwrite(redit->second, new_red); in VectorizeDef()
1683 vector = it->second; // reuse during unrolling in GenerateVecInv()
1781 vector = it->second; in GenerateVecReductionPhi()
1832 reductions_->find(phi)->second = new_phi; in GenerateVecReductionPhiInputs()