Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10509 DenseMap<Value *, SmallVector<Instruction *>> ReducedValsToOps; member in __anon9e073aa49111::HorizontalReduction
10870 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()
11202 if (NumOps != ReducedValsToOps.find(V)->second.size()) in tryToReduce()
11210 if (NumOps != ReducedValsToOps.find(V)->second.size()) in tryToReduce()
11236 ReducedValsToOps.find(VL[0])->second.front()) in tryToReduce()
11252 ReducedValsToOps.find(VL[0])->second.front()) in tryToReduce()
11340 makeArrayRef(ReducedValsToOps.find(RdxVal)->second) in tryToReduce()