Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp211 unsigned SubstringLen = numElementsInSubstring(NextNode); in extend() local
215 if (Active.Len >= SubstringLen) { in extend()
220 Active.Idx += SubstringLen; in extend()
221 Active.Len -= SubstringLen; in extend()