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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp171 /// Returns true if this node is the root of its owning \p SuffixTree.
216 class SuffixTree { class in namespace:__anon4590
474 SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { function in class:__anon4590::SuffixTree
831 /// The resulting mapping is then placed in a \p SuffixTree. The \p SuffixTree
1015 SuffixTree ST(Mapper.UnsignedVec);
1022 SuffixTree::RepeatedSubstring RS = *It;

Completed in 105 milliseconds