Searched refs:RepeatedSubstring (Results 1 – 4 of 4) sorted by relevance
46 struct RepeatedSubstring { struct146 RepeatedSubstring RS;162 RepeatedSubstring &operator*() { return RS; }
971 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()
228 RS = RepeatedSubstring(); in advance()
587 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()