Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h150 DenseMap<const Value *, const Value *> DuplicateMap; member
153 auto DuplIt = DuplicateMap.find(V); in find()
154 if (DuplIt != DuplicateMap.end()) in find()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp298 SSM.DuplicateMap[Ptrs[i]] = SeenIt->second; in removeDuplicateGCPtrs()