Searched refs:SuffixTree (Results 1 – 18 of 18) 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()
220 SuffixTree.cpp
137 class SuffixTree {235 SuffixTree(const std::vector<unsigned> &Str);
121 SuffixTree.cpp \
122 SuffixTree.cpp \
135 "SuffixTree.cpp",
918 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()1162 SuffixTree ST(IntegerMapping); in findCandidates()1172 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
531 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()536 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
2492 ./usr/include/llvm/Support/SuffixTree.h
2491 ./usr/include/llvm/Support/SuffixTree.h
2490 ./usr/include/llvm/Support/SuffixTree.h
5520 llvm/include/llvm/Support/SuffixTree.h6249 llvm/lib/Support/SuffixTree.cpp