Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
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()
DGIMatchTree.h560 std::vector<BitVector> TestedPredicates; variable