Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp46 if (!Leaf.isFullyTested()) in writeDOTGraphNode()
55 if (Leaf.isFullyTested()) in writeDOTGraphNode()
224 Leaf.isFullyTested()); in runStep()
243 if (LeafI->isFullyTraversed() && LeafI->isFullyTested()) in runStep()
269 return X.isFullyTraversed() && X.isFullyTested() && in runStep()
301 if (!BuilderLeaf.isFullyTested()) in runStep()
DGIMatchTree.h86 bool isFullyTested() const { return IsFullyTested; } in isFullyTested() function
313 bool isFullyTested() const { in isFullyTested() function
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp854 if (Leaf.isFullyTested() && in generateCodeForTree()