Searched refs:Map1 (Results 1 – 2 of 2) sorted by relevance
67 template <typename MapT> MapT joinExprMaps(const MapT &Map1, const MapT &Map2) { in joinExprMaps() argument68 MapT Result = Map1; in joinExprMaps()207 bool compareKeyToValueMaps(const llvm::MapVector<Key, Value *> &Map1, in compareKeyToValueMaps() argument211 for (auto &Entry : Map1) { in compareKeyToValueMaps()
1492 auto agree = [](const RegMap &Map1, const RegMap &Map2) { in computeComposites() argument1496 if (Map1.empty() || Map2.empty()) in computeComposites()1498 for (std::pair<const CodeGenRegister *, const CodeGenRegister *> P : Map1) { in computeComposites()