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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp211 for (auto &Partitioner : Partitioners) {
228 LLVM_DEBUG(dbgs() << " Partitioners available at this node:\n");
230 for (const auto &Partitioner : Partitioners)
256 LLVM_DEBUG(dbgs() << " Partitioners remaining:\n");
258 for (const auto &Partitioner : Partitioners)
263 if (Partitioners.empty()) {
317 Partitioners.begin(), Partitioners.end(),
336 Partitioners.erase(PartitionerI);
354 for (const auto &Partitioner : Partitioners)
[all...]
H A DGIMatchTree.h400 std::vector<std::unique_ptr<GIMatchTreePartitioner>> Partitioners; member in class:llvm::GIMatchTreeBuilder
430 Partitioners.push_back(std::move(P));
443 /// Partitioners are the core of the tree builder and are unfortunately rather

Completed in 108 milliseconds