Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp21 static size_t numElementsInSubstring(const SuffixTreeNode *N) { in numElementsInSubstring() function
100 CurrNodeLen + numElementsInSubstring(ChildPair.second)}); in setSuffixIndices()
140 unsigned SubstringLen = numElementsInSubstring(NextNode); in extend()