Searched refs:DuplicateMap (Results 1 – 4 of 4) sorted by relevance
129 DenseMap<const Value *, const Value *> DuplicateMap; member132 auto DuplIt = DuplicateMap.find(V); in find()133 if (DuplIt != DuplicateMap.end()) in find()
150 DenseMap<const Value *, const Value *> DuplicateMap; member153 auto DuplIt = DuplicateMap.find(V); in find()154 if (DuplIt != DuplicateMap.end()) in find()
270 SSM.DuplicateMap[Ptrs[i]] = SeenIt->second; in removeDuplicateGCPtrs()
298 SSM.DuplicateMap[Ptrs[i]] = SeenIt->second; in removeDuplicateGCPtrs()