Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DSuffixTree.h238 struct RepeatedSubstringIterator { struct
244 RepeatedSubstring RS;
247 std::vector<SuffixTreeNode *> ToVisit;
253 const unsigned MinLength = 2;
256 void advance() { in advance()
332 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp498 struct RepeatedSubstringIterator { struct in __anon5418c6150111::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 …]