Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h49 struct RepeatedSubstring { struct
165 RepeatedSubstring RS;
187 RepeatedSubstring &operator*() { return RS; }
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp971 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()
1399 std::vector<SuffixTree::RepeatedSubstring> RSes; in findCandidates()
1400 for (SuffixTree::RepeatedSubstring &RS : ST) in findCandidates()
1403 llvm::stable_sort(RSes, [](const SuffixTree::RepeatedSubstring &LHS, in findCandidates()
1404 const SuffixTree::RepeatedSubstring &RHS) { in findCandidates()
1407 for (SuffixTree::RepeatedSubstring &RS : RSes) { in findCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp299 RS = RepeatedSubstring(); in advance()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp594 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()