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