Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt220 SuffixTree.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSuffixTree.h137 class SuffixTree {
235 SuffixTree(const std::vector<unsigned> &Str);
/openbsd-src/gnu/usr.bin/clang/libLLVMSupport/
H A DMakefile.shared121 SuffixTree.cpp \
H A DMakefile122 SuffixTree.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn135 "SuffixTree.cpp",
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp531 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
536 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642492 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.macppc2491 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.loongson2491 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.octeon2491 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.arm642492 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.powerpc642490 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.armv72490 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.i3862490 ./usr/include/llvm/Support/SuffixTree.h
H A Dclang.sparc642491 ./usr/include/llvm/Support/SuffixTree.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5520 llvm/include/llvm/Support/SuffixTree.h
6249 llvm/lib/Support/SuffixTree.cpp