Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCachedConstAccessorsLattice.h119 &Map1, in joinConstMethodMap() argument
127 for (auto &[Loc, DeclToT] : Map1) { 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
66 MapT Result = Map1; in joinExprMaps()
205 static bool compareKeyToValueMaps(const llvm::MapVector<Key, Value *> &Map1, in compareKeyToValueMaps() argument
210 for (auto &Entry : Map1) { 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()
1433 for (auto [K, V] : Map1) { in computeComposites()