Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp40 llvm::DenseMap<K, V> intersectDenseMaps(const llvm::DenseMap<K, V> &Map1, in intersectDenseMaps() argument
43 for (auto &Entry : Map1) { in intersectDenseMaps()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1413 auto agree = [] (const RegMap &Map1, const RegMap &Map2) { in computeComposites() argument
1417 if (Map1.empty() || Map2.empty()) in computeComposites()
1419 for (std::pair<const CodeGenRegister*, const CodeGenRegister*> P : Map1) { in computeComposites()