Searched refs:Map2 (Results 1 – 2 of 2) sorted by relevance
195 const llvm::MapVector<Key, Value *> &Map2, in compareKeyToValueMaps() argument205 auto It = Map2.find(K); in compareKeyToValueMaps()206 if (It == Map2.end()) in compareKeyToValueMaps()
1450 auto agree = [] (const RegMap &Map1, const RegMap &Map2) { in computeComposites() argument1454 if (Map1.empty() || Map2.empty()) in computeComposites()1457 auto F = Map2.find(P.first); in computeComposites()1458 if (F == Map2.end() || P.second != F->second) in computeComposites()