LLVM 20.0.0git
|
A repeated substring in the tree. More...
#include "llvm/Support/SuffixTree.h"
Public Attributes | |
unsigned | Length |
The length of the string. | |
SmallVector< unsigned > | StartIndices |
The start indices of each occurrence. | |
A repeated substring in the tree.
Definition at line 49 of file SuffixTree.h.
unsigned llvm::SuffixTree::RepeatedSubstring::Length |
The length of the string.
Definition at line 51 of file SuffixTree.h.
Referenced by createCandidatesFromSuffixTree().
SmallVector<unsigned> llvm::SuffixTree::RepeatedSubstring::StartIndices |
The start indices of each occurrence.
Definition at line 54 of file SuffixTree.h.
Referenced by createCandidatesFromSuffixTree().