Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp394 TestedPredicates.clear(); in repartition()
409 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
506 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
548 TestedPredicates[EnumeratedLeaf.index()]; in applyForPartition()
DGIMatchTree.h563 std::vector<BitVector> TestedPredicates; variable