Home
last modified time | relevance | path

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

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