Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DSuffixTree.h143 struct RepeatedSubstring { struct
244 RepeatedSubstring RS;
259 RS = RepeatedSubstring(); in advance()
312 RepeatedSubstring &operator*() { return RS; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DSuffixTree.h46 struct RepeatedSubstring { struct
146 RepeatedSubstring RS;
162 RepeatedSubstring &operator*() { return RS; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DSuffixTree.h46 struct RepeatedSubstring { struct
146 RepeatedSubstring RS;
162 RepeatedSubstring &operator*() { return RS; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DSuffixTree.h46 struct RepeatedSubstring { struct
146 RepeatedSubstring RS;
162 RepeatedSubstring &operator*() { return RS; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DSuffixTree.h46 struct RepeatedSubstring { struct
146 RepeatedSubstring RS;
162 RepeatedSubstring &operator*() { return RS; }
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp222 struct RepeatedSubstring { struct in __anon5418c6150111::SuffixTree
504 RepeatedSubstring RS;
519 RS = RepeatedSubstring(); in advance()
572 RepeatedSubstring &operator*() { return RS; } in operator *()
1022 SuffixTree::RepeatedSubstring RS = *It; in findCandidates()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp918 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()
1172 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp536 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()