Searched refs:Map2 (Results 1 – 2 of 2) sorted by relevance
67 template <typename MapT> MapT joinExprMaps(const MapT &Map1, const MapT &Map2) { in joinExprMaps() argument70 for (const auto &Entry : Map2) { in joinExprMaps()208 const llvm::MapVector<Key, Value *> &Map2, in compareKeyToValueMaps() argument218 auto It = Map2.find(K); in compareKeyToValueMaps()219 if (It == Map2.end()) in compareKeyToValueMaps()
1492 auto agree = [](const RegMap &Map1, const RegMap &Map2) { in computeComposites() argument1496 if (Map1.empty() || Map2.empty()) in computeComposites()1499 auto F = Map2.find(P.first); in computeComposites()1500 if (F == Map2.end() || P.second != F->second) in computeComposites()