Searched refs:RSes (Results 1 – 1 of 1) sorted by relevance
1399 std::vector<SuffixTree::RepeatedSubstring> RSes; in findCandidates() local1401 RSes.push_back(RS); in findCandidates()1403 llvm::stable_sort(RSes, [](const SuffixTree::RepeatedSubstring &LHS, in findCandidates()1407 for (SuffixTree::RepeatedSubstring &RS : RSes) { in findCandidates()