Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A 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()
H A DGIMatchTree.h86 bool isFullyTested() const { return IsFullyTested; } in isFullyTested() function
313 bool isFullyTested() const { in isFullyTested() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp828 if (Leaf.isFullyTested() && in generateCodeForTree()