Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp390 InstrToPartition.clear(); in repartition()
467 auto Partition = InstrToPartition.find(Expected); in repartition()
468 if (Partition == InstrToPartition.end()) { in repartition()
470 Partition = InstrToPartition in repartition()
491 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) { in repartition()
508 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) { in repartition()
520 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) { in repartition()
596 for (const auto &Partition : InstrToPartition) { in emitPartitionResults()
H A DGIMatchTree.h558 DenseMap<const CodeGenInstruction *, unsigned> InstrToPartition; variable