Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h105 iterator_range<const_untested_predicates_iterator> untested_predicates() const { in untested_predicates() function
343 untested_predicates() const { in untested_predicates() function
DGIMatchTree.cpp58 for (const GIMatchDagPredicate *P : Leaf.untested_predicates()) in writeDOTGraphNode()
302 for (unsigned PredicateIdx : BuilderLeaf.untested_predicates()) in runStep()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp797 for (const GIMatchDagPredicate *Predicate : Leaf.untested_predicates()) { in generateCodeForTree()