Searched refs:LeafNode (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SuffixTree.cpp | 110 if (auto *LeafNode = dyn_cast<SuffixTreeLeafNode>(CurrNode)) in setSuffixIndices() local 111 LeafNode->setSuffixIdx(Str.size() - CurrNodeLen); in setSuffixIndices()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 546 //--- IntervalMapImpl::LeafNode ---// 566 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { 629 unsigned LeafNode<KeyT, ValT, N, Traits>:: 938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; 941 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>;
|