Home
last modified time | relevance | path

Searched refs:IsFullyTested (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h67 bool IsFullyTested; variable
77 IsFullyTested(false) {} in GIMatchTreeLeafInfo()
86 bool isFullyTested() const { return IsFullyTested; } in isFullyTested()
87 void setIsFullyTested(bool V) { IsFullyTested = V; } in setIsFullyTested()
142 bool IsFullyTested) { in addPossibleLeaf() argument
145 PossibleLeaves.back().setIsFullyTested(IsFullyTested); in addPossibleLeaf()
DGIMatchTree.cpp38 bool IsFullyTested = true; in writeDOTGraphNode() local
46 IsFullyTested = false; in writeDOTGraphNode()
50 if (!Partitioner && !IsFullyTested) { in writeDOTGraphNode()
64 (!IsFullyTraversed || !IsFullyTested || PossibleLeaves.size() > 1)) in writeDOTGraphNode()