A suffix tree for fast repeated‐substring queries over unsigned integers.
Synopsis
Declared in <llvm/Support/SuffixTree.h>
class SuffixTree;
Types
Name |
Description |
A repeated substring in the tree. |
|
Iterator for finding all repeated substrings in the suffix tree. |
Type Aliases
Name |
Description |
Iterator type over repeated substrings in the tree. |
Member Functions
Name |
Description |
|
Construct a suffix tree from a sequence of unsigned integers. |
Return an iterator to the first repeated substring. |
|
Return an iterator past the last repeated substring. |
Data Members
Name |
Description |
Whether to consider leaf descendants or only leaf children. |
|
Each element is an integer representing an instruction in the module. |
Created with MrDocs