Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h132 auto DuplIt = DuplicateMap.find(V); in find() local
133 if (DuplIt != DuplicateMap.end()) in find()
134 V = DuplIt->second; in find()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h153 auto DuplIt = DuplicateMap.find(V); in find() local
154 if (DuplIt != DuplicateMap.end()) in find()
155 V = DuplIt->second; in find()