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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp31 if (Partitioner) {
32 Partitioner->emitDescription(OS);
33 OS << "|" << Partitioner->getNumPartitions() << " partitions|";
47 if (!Partitioner && !IsFullyTraversed)
49 if (!Partitioner && !IsFullyTested) {
62 if (!Partitioner &&
75 Partitioner->emitPartitionName(OS, Child.index());
210 for (auto &Partitioner : Partitioners) {
212 Partitioner->emitDescription(dbgs()); dbgs() << "\n");
213 Partitioner
334 std::unique_ptr<GIMatchTreePartitioner> Partitioner = std::move(*PartitionerI); local
[all...]
H A DGIMatchTree.h124 std::unique_ptr<GIMatchTreePartitioner> Partitioner;
152 Partitioner = std::move(V);
154 GIMatchTreePartitioner *getPartitioner() const { return Partitioner.get(); }
402 /// Partitioner.

Completed in 157 milliseconds