Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp45 if (!Leaf.isFullyTested()) in writeDOTGraphNode()
54 if (Leaf.isFullyTested()) in writeDOTGraphNode()
225 Leaf.isFullyTested()); in runStep()
244 if (LeafI->isFullyTraversed() && LeafI->isFullyTested()) in runStep()
271 return X.isFullyTraversed() && X.isFullyTested() && in runStep()
303 if (!BuilderLeaf.isFullyTested()) in runStep()
DGIMatchTree.h86 bool isFullyTested() const { return IsFullyTested; } in isFullyTested() function
313 bool isFullyTested() const { in isFullyTested() function
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp828 if (Leaf.isFullyTested() && in generateCodeForTree()