Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp498 struct RepeatedSubstringIterator { struct in __anon580efda50111::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;