Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp397 BitVector TestedPredicatesForLeaf( in repartition() local
406 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()
407 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
462 TestedPredicatesForLeaf.set(PIdx); in repartition()
502 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()
503 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
544 const auto &TestedPredicatesForLeaf = in applyForPartition() local
547 for (unsigned PredIdx : TestedPredicatesForLeaf.set_bits()) { in applyForPartition()
549 << PredIdx << " of " << TestedPredicatesForLeaf.size() in applyForPartition()