Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp392 InstrToPartition.clear(); in repartition()
470 auto Partition = InstrToPartition.find(Expected); in repartition()
471 if (Partition == InstrToPartition.end()) { in repartition()
473 Partition = InstrToPartition in repartition()
494 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) { in repartition()
511 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) { in repartition()
523 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) { in repartition()
599 for (const auto &Partition : InstrToPartition) { in emitPartitionResults()
DGIMatchTree.h561 DenseMap<const CodeGenInstruction *, unsigned> InstrToPartition; variable