Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp399 BitVector TestedPredicatesForLeaf( in repartition() local
408 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()
409 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
465 TestedPredicatesForLeaf.set(PIdx); in repartition()
505 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()
506 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
547 const auto &TestedPredicatesForLeaf = in applyForPartition() local
550 for (unsigned PredIdx : TestedPredicatesForLeaf.set_bits()) { in applyForPartition()
552 << PredIdx << " of " << TestedPredicatesForLeaf.size() in applyForPartition()