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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp392 InstrToPartition.clear();
470 auto Partition = InstrToPartition.find(Expected);
471 if (Partition == InstrToPartition.end()) {
473 Partition = InstrToPartition
494 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) {
511 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) {
523 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) {
599 for (const auto &Partition : InstrToPartition) {
H A DGIMatchTree.h561 DenseMap<const CodeGenInstruction *, unsigned> InstrToPartition; member in class:llvm::GIMatchTreeOpcodePartitioner

Completed in 102 milliseconds