Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Support/
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 …]
/external/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()
DCMakeLists.txt170 SuffixTree.cpp
/external/llvm-project/llvm/include/llvm/Support/
DSuffixTree.h137 class SuffixTree {
235 SuffixTree(const std::vector<unsigned> &Str);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp216 class SuffixTree { class
474 SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { in SuffixTree() function in __anon8b5e9d9f0111::SuffixTree
1015 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
1022 SuffixTree::RepeatedSubstring RS = *It; in findCandidates()
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp466 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()
588 SuffixTree ST(IntegerMapping); in findCandidates()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/
DBUILD.gn124 "SuffixTree.cpp",
/external/llvm-project/llvm/lib/CodeGen/
DMachineOutliner.cpp518 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
525 SuffixTree::RepeatedSubstring RS = *It; in findCandidates()