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.cpp246 auto LargerGain = [](const auto &L, const auto &R) { in runIteration() local
249 llvm::stable_sort(LeftRange, LargerGain); in runIteration()
250 llvm::stable_sort(RightRange, LargerGain); in runIteration()