Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DSuffixTree.cpp19 SuffixTree::SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { in SuffixTree() function in SuffixTree
41 SuffixTreeNode *SuffixTree::insertLeaf(SuffixTreeNode &Parent, in insertLeaf()
53 SuffixTreeNode *SuffixTree::insertInternalNode(SuffixTreeNode *Parent, in insertInternalNode()
70 void SuffixTree::setSuffixIndices() { in setSuffixIndices()
97 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DSuffixTree.h137 class SuffixTree {
235 SuffixTree(const std::vector<unsigned> &Str);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp706 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()
828 SuffixTree ST(IntegerMapping); in findCandidates()
838 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineOutliner.cpp516 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
521 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile1011 SRCS_MIN+= Support/SuffixTree.cpp