Home
last modified time | relevance | path

Searched refs:IsLeaf (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anon07c1678e0111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
DRewriteRope.cpp89 bool IsLeaf; member in __anonc78e266c0111::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf()
/external/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp80 bool IsLeaf; member in __anon6aae3e7c0111::DeltaTreeNode
87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
89 bool isLeaf() const { return IsLeaf; } in isLeaf()
DRewriteRope.cpp92 bool IsLeaf; member in __anon990c70da0111::RopePieceBTreeNode
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf()
/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.cc32 if (!node_fn(node) || node->IsLeaf()) { in Traverse()
Dparse-tree.h65 bool IsLeaf() const { return !rhs2; } in IsLeaf() function
/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.cpp104 bool IsLeaf = true; in unwind() local
114 if (!IsLeaf) { in unwind()
117 IsLeaf = false; in unwind()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1191 bool IsLeaf = true; in removeInternalRefEdge() local
1202 IsLeaf = false; in removeInternalRefEdge()
1208 assert(!IsLeaf && "This SCC cannot be a leaf as we have split out new " in removeInternalRefEdge()
1212 assert(!IsLeaf && "This SCC cannot be a leaf as it already had child " in removeInternalRefEdge()
1401 bool IsLeaf = true; in connectRefSCC() local
1411 IsLeaf = false; in connectRefSCC()
1415 if (IsLeaf) in connectRefSCC()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc426 if (elements.IsLeaf(index)) { in ExpandTreeOfTuples()
484 if (!elements.IsLeaf(index)) { in MakeTuple()
518 if (elements.IsLeaf(index)) { in MakeTuple()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_metadata.cc213 if (rhs_tree.IsLeaf(rhs_it->first)) { in AssignTreeSharding()
214 TF_RET_CHECK(lhs_tree->IsLeaf(lhs_it->first)); in AssignTreeSharding()
Dhlo_sharding_test.cc90 EXPECT_TRUE(shape_tree.IsLeaf({})); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h142 bool IsLeaf(ShapeIndexView index) const { return Lookup(index)->is_leaf; } in IsLeaf() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h144 if (tuple_shape_tree->IsLeaf(index)) { in ParseTupleTree()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp361 bool IsLeaf) { in getFMAPatterns() argument
376 if (IsLeaf) in getFMAPatterns()
389 return IsLeaf ? true : MRI.hasOneNonDBGUse(OpAdd.getReg()); in getFMAPatterns()