Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp498 struct RepeatedSubstringIterator { struct in __anon856305840111::SuffixTree
501 SuffixTreeNode *N = nullptr;
504 RepeatedSubstring RS;
507 std::vector<SuffixTreeNode *> ToVisit;
513 const unsigned MinLength = 2;
516 void advance() { in advance()
572 RepeatedSubstring &operator*() { return RS; } in operator *()
574 RepeatedSubstringIterator &operator++() { in operator ++()
579 RepeatedSubstringIterator operator++(int I) { in operator ++()
585 bool operator==(const RepeatedSubstringIterator &Other) const { in operator ==()
[all …]