Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12250 DenseMap<Value *, SmallVector<LoadInst *>> LoadsMap; in matchAssociativeReduction() local
12277 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction()
12278 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()
12303 LoadsMap.try_emplace(Ptr).first->second.push_back(LI); in matchAssociativeReduction()
12320 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction()
12321 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()
12345 LoadsMap.try_emplace(Ptr).first->second.push_back(LI); in matchAssociativeReduction()