Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A 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()
H A DGIMatchTree.cpp39 bool IsFullyTested = true; in writeDOTGraphNode() local
47 IsFullyTested = false; in writeDOTGraphNode()
51 if (!Partitioner && !IsFullyTested) { in writeDOTGraphNode()
65 (!IsFullyTraversed || !IsFullyTested || PossibleLeaves.size() > 1)) in writeDOTGraphNode()