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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp45 if (!Leaf.isFullyTested())
54 if (Leaf.isFullyTested())
225 Leaf.isFullyTested());
244 if (LeafI->isFullyTraversed() && LeafI->isFullyTested())
271 return X.isFullyTraversed() && X.isFullyTested() &&
303 if (!BuilderLeaf.isFullyTested())
H A DGIMatchTree.h86 bool isFullyTested() const { return IsFullyTested; } function in class:llvm::GIMatchTreeLeafInfo
313 bool isFullyTested() const { function in class:llvm::GIMatchTreeBuilderLeafInfo
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp772 // isFullyTested() will remain false even if we succeed here and therefore
832 if (Leaf.isFullyTested() &&

Completed in 106 milliseconds