Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp498 struct RepeatedSubstringIterator { struct in __anon1330aca00111::SuffixTree
574 RepeatedSubstringIterator &operator++() { in operator ++() argument
579 RepeatedSubstringIterator operator++(int I) { in operator ++() argument
580 RepeatedSubstringIterator It(*this); in operator ++()
585 bool operator==(const RepeatedSubstringIterator &Other) { in operator ==() argument
588 bool operator!=(const RepeatedSubstringIterator &Other) { in operator !=() argument
592 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() argument
603 typedef RepeatedSubstringIterator iterator;