Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DSuffixTreeTest.cpp24 SuffixTree ST(SimpleRepetitionData); in TEST()
25 std::vector<SuffixTree::RepeatedSubstring> SubStrings; in TEST()
46 SuffixTree ST(RepeatedRepetitionData); in TEST()
47 std::vector<SuffixTree::RepeatedSubstring> SubStrings; in TEST()
52 for (SuffixTree::RepeatedSubstring &RS : SubStrings) { in TEST()
84 SuffixTree ST(RepeatedRepetitionData); in TEST()
85 std::vector<SuffixTree::RepeatedSubstring> SubStrings; in TEST()
89 for (SuffixTree::RepeatedSubstring &RS : SubStrings) { in TEST()
110 SuffixTree ST(RepeatedRepetitionData); in TEST()
111 std::vector<SuffixTree::RepeatedSubstring> SubStrings; in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A 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()
H A DCMakeLists.txt222 SuffixTree.cpp
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSuffixTree.h137 class SuffixTree {
235 SuffixTree(const std::vector<unsigned> &Str);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn137 "SuffixTree.cpp",
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp918 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()
1162 SuffixTree ST(IntegerMapping); in findCandidates()
1172 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp531 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
536 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5529 llvm/include/llvm/Support/SuffixTree.h
6261 llvm/lib/Support/SuffixTree.cpp