Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h129 DenseMap<const Value *, const Value *> DuplicateMap; member
132 auto DuplIt = DuplicateMap.find(V); in find()
133 if (DuplIt != DuplicateMap.end()) in find()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp270 SSM.DuplicateMap[Ptrs[i]] = SeenIt->second; in removeDuplicateGCPtrs()