Searched refs:LoadsMap (Results 1 – 1 of 1) sorted by relevance
14338 DenseMap<Value *, SmallVector<LoadInst *>> LoadsMap; in matchAssociativeReduction() local14345 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction()14346 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()14370 LoadsMap.try_emplace(Ptr).first->second.push_back(LI); in matchAssociativeReduction()