Home
last modified time | relevance | path

Searched defs:IsLeaf (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anonb8815fa70111::DeltaTreeNode
DRewriteRope.cpp89 bool IsLeaf; member in __anona82c88c50111::RopePieceBTreeNode
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1191 bool IsLeaf = true; in removeInternalRefEdge() local
1401 bool IsLeaf = true; in connectRefSCC() local
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h139 bool IsLeaf(ShapeIndexView index) const { return Lookup(index)->is_leaf; } in IsLeaf() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp332 bool IsLeaf = CurrNode.Children.size() == 0 && !CurrNode.isRoot(); in setSuffixIndices() local