Searched refs:RepeatedSubstringStarts (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp232 SmallVector<unsigned> RepeatedSubstringStarts; local
236 RepeatedSubstringStarts.clear();
260 RepeatedSubstringStarts.push_back(Leaf->getSuffixIdx());
269 if (RepeatedSubstringStarts.size() < 2)
275 for (unsigned StartIdx : RepeatedSubstringStarts)

Completed in 58 milliseconds