Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp243 auto RightRange = llvm::make_range(LeftEnd, Gains.end()); in runIteration() local
250 llvm::stable_sort(RightRange, LargerGain); in runIteration()
253 for (auto [LeftPair, RightPair] : llvm::zip(LeftRange, RightRange)) { in runIteration()