Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp392 TestedPredicates.clear(); in repartition()
407 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
503 TestedPredicates.push_back(TestedPredicatesForLeaf); in repartition()
545 TestedPredicates[EnumeratedLeaf.index()]; in applyForPartition()
H A DGIMatchTree.h560 std::vector<BitVector> TestedPredicates; variable