Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIRSimilarityIdentifier.cpp1399 std::vector<SuffixTree::RepeatedSubstring> RSes; in findCandidates() local
1401 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()