Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11402 DenseMap<std::pair<size_t, Value *>, SmallVector<LoadInst *>> LoadsMap; in reorderGatherNode() local
11421 auto LIt = LoadsMap.find(std::make_pair(Key, Ptr)); in reorderGatherNode()
11422 if (LIt != LoadsMap.end()) { in reorderGatherNode()
11444 LoadsMap.try_emplace(std::make_pair(Key, Ptr)).first->second.push_back(LI); in reorderGatherNode()
22153 DenseMap<std::pair<size_t, Value *>, SmallVector<LoadInst *>> LoadsMap; in matchAssociativeReduction() local
22161 auto LIt = LoadsMap.find(std::make_pair(Key, Ptr)); in matchAssociativeReduction()
22162 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()
22183 LoadsMap.try_emplace(std::make_pair(Key, Ptr)) in matchAssociativeReduction()