Searched refs:RepeatedSubstring (Results 1 – 4 of 4) sorted by relevance
49 struct RepeatedSubstring { struct165 RepeatedSubstring RS;187 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()
299 RS = RepeatedSubstring(); in advance()
594 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()