Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17043 DenseMap<Value *, SmallVector<LoadInst *>> LoadsMap; in matchAssociativeReduction() local
17049 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction()
17050 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()
17072 LoadsMap.try_emplace(Ptr).first->second.push_back(LI); in matchAssociativeReduction()