Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCachedConstAccessorsLattice.h122 &Map2, in joinConstMethodMap() argument
128 auto It = Map2.find(Loc); in joinConstMethodMap()
129 if (It == Map2.end()) { in joinConstMethodMap()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp65 static MapT joinExprMaps(const MapT &Map1, const MapT &Map2) { in joinExprMaps() argument
68 for (const auto &Entry : Map2) { in joinExprMaps()
206 const llvm::MapVector<Key, Value *> &Map2, in compareKeyToValueMaps() argument
217 auto It = Map2.find(K); in compareKeyToValueMaps()
218 if (It == Map2.end()) in compareKeyToValueMaps()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1427 auto agree = [](const RegMap &Map1, const RegMap &Map2) { in computeComposites() argument
1431 if (Map1.empty() || Map2.empty()) in computeComposites()
1434 auto F = Map2.find(K); in computeComposites()
1435 if (F == Map2.end() || V != F->second) in computeComposites()