Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp90 TestablePredicates(MatchDag.getNumPredicates()) { in GIMatchTreeBuilderLeafInfo()
143 TestablePredicates.set(DepsFor.index()); in declareInstr()
177 TestablePredicates.set(DepsFor.index()); in declareOperand()
413 for (unsigned PIdx : Leaf.value().TestablePredicates.set_bits()) { in repartition()
552 Leaf.TestablePredicates.reset(PredIdx); in applyForPartition()
H A DGIMatchTree.h280 BitVector TestablePredicates; variable
375 OS << TestablePredicates.count() << " predicates could be tested\n"; in dump()