Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anon6bfa93f00111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
DRewriteRope.cpp89 bool IsLeaf; member in __anon1ec3f34e0111::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf()
/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.cc352 if (elements.IsLeaf(index)) { in ExpandTreeOfTuples()
410 if (!elements.IsLeaf(index)) { in MakeTuple()
444 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.cc75 EXPECT_TRUE(shape_tree.IsLeaf({})); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp332 bool IsLeaf = CurrNode.Children.size() == 0 && !CurrNode.isRoot(); in setSuffixIndices() local
351 if (IsLeaf) { in setSuffixIndices()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h139 bool IsLeaf(ShapeIndexView index) const { return Lookup(index)->is_leaf; } in IsLeaf() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h140 if (tuple_shape_tree->IsLeaf(index)) { in ParseTupleTree()