Searched refs:PrevMap (Results 1 – 1 of 1) sorted by relevance
265 const llvm::MapVector<Key, Value *> &PrevMap, in widenKeyToValueMap() argument276 auto PrevIt = PrevMap.find(K); in widenKeyToValueMap()277 if (PrevIt == PrevMap.end()) in widenKeyToValueMap()