Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp67 template <typename MapT> MapT joinExprMaps(const MapT &Map1, const MapT &Map2) { in joinExprMaps() argument
70 for (const auto &Entry : Map2) { in joinExprMaps()
208 const llvm::MapVector<Key, Value *> &Map2, in compareKeyToValueMaps() argument
218 auto It = Map2.find(K); in compareKeyToValueMaps()
219 if (It == Map2.end()) in compareKeyToValueMaps()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1492 auto agree = [](const RegMap &Map1, const RegMap &Map2) { in computeComposites() argument
1496 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()