Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h46 struct RepeatedSubstring { struct
146 RepeatedSubstring RS;
162 RepeatedSubstring &operator*() { return RS; }
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp228 RS = RepeatedSubstring(); in advance()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp587 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()