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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp44 if (!Leaf.isFullyTested())
53 if (Leaf.isFullyTested())
224 Leaf.isFullyTested());
243 if (LeafI->isFullyTraversed() && LeafI->isFullyTested())
270 return X.isFullyTraversed() && X.isFullyTested() &&
302 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-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp770 // isFullyTested() will remain false even if we succeed here and therefore
830 if (Leaf.isFullyTested() &&

Completed in 121 milliseconds