Searched refs:SuffixTree (Results 1 – 5 of 5) sorted by relevance
19 SuffixTree::SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { in SuffixTree() function in SuffixTree41 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()
137 class SuffixTree {235 SuffixTree(const std::vector<unsigned> &Str);
706 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()828 SuffixTree ST(IntegerMapping); in findCandidates()838 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
516 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()521 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
1011 SRCS_MIN+= Support/SuffixTree.cpp