Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1392 std::vector<SuffixTree::RepeatedSubstring> RSes; in findCandidates() local
1394 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()