Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp249 auto LargerGain = [](const auto &L, const auto &R) { in runIteration() local
252 llvm::stable_sort(LeftRange, LargerGain); in runIteration()
253 llvm::stable_sort(RightRange, LargerGain); in runIteration()