Home
last modified time | relevance | path

Searched refs:stable_sort (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dstable_sort.h35 std::stable_sort(__g_first, __g_last, __g_comp); in operator()
38 std::stable_sort(__first, __last, __comp); in operator()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp208 llvm::stable_sort(ExpansionSubViews); in print()
209 llvm::stable_sort(InstantiationSubViews); in print()
210 llvm::stable_sort(BranchSubViews); in print()
211 llvm::stable_sort(MCDCSubViews); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h423 std::stable_sort(IntervalsLeft.begin() + NewBucketStart, in createTree()
429 std::stable_sort(IntervalsRight.begin() + NewBucketStart, in createTree()
628 std::stable_sort(IntervalSet.begin(), IntervalSet.end(), in sortIntervals()
656 std::stable_sort(Points.begin(), Points.end()); in create()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp105 llvm::stable_sort(NodesRange, [](const auto &L, const auto &R) { in run()
249 llvm::stable_sort(LeftRange, LargerGain); in runIteration()
250 llvm::stable_sort(RightRange, LargerGain); in runIteration()
H A DStatistic.cpp142 llvm::stable_sort( in sort()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h260 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in stable_sort() function
265 inline _LIBCPP_HIDE_FROM_ABI void stable_sort(_RandomAccessIterator __first, _RandomAccessIterator … in stable_sort() function
266 std::stable_sort(__first, __last, __less<>()); in stable_sort()
H A Dranges_stable_sort.h14 #include <__algorithm/stable_sort.h>
72 inline constexpr auto stable_sort = __stable_sort::__fn{};
/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp155 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
166 llvm::stable_sort(outputSegments, in sortOutputSegments()
H A DSectionPriorities.cpp170 llvm::stable_sort(sorted, [&](int a, int b) { in run()
203 llvm::stable_sort(sorted, [&](int a, int b) { in run()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp199 llvm::stable_sort(sorted, [&](int a, int b) { in run()
232 llvm::stable_sort(sorted, [&](int a, int b) { in run()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp161 llvm::stable_sort(sorted, [&](int a, int b) { in run()
194 llvm::stable_sort(sorted, [&](int a, int b) { in run()
H A DLLDMapFile.cpp68 std::stable_sort(v.begin(), v.end(), [](DefinedRegular *a, DefinedRegular *b) { in getSectionSyms()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp22 llvm::stable_sort(Decls, in getDeclOccurrencesSortedByOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp328 llvm::stable_sort(*ShuffledPacket, HexagonInstr::lessCVI); in ValidResourceUsage()
631 llvm::stable_sort(PacketResult, HexagonInstr::lessCore); in tryAuction()
683 std::stable_sort(ISJ, Packet.end()); in shuffle()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp142 std::stable_sort(RangeEntries.begin(), RangeEntries.end(), CompareRangeEntry); in sort()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp291 llvm::stable_sort(SSIntervals, IntervalSorter()); in InitializeSlots()
381 llvm::stable_sort(SSIntervals, IntervalSorter()); in ColorSlots()
H A DSafeStackLayout.cpp143 llvm::stable_sort(drop_begin(StackObjects), in computeLayout()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp126 stable_sort(CtorsByPriority, [&](size_t LHS, size_t RHS) { in optimizeGlobalCtorsList()
H A DASanStackFrameLayout.cpp64 llvm::stable_sort(Vars, CompareVars); in ComputeASanStackFrameLayout()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp173 llvm::stable_sort(Patterns, PatternSortingPredicate(CGP)); in run()
H A DDAGISelMatcherEmitter.cpp119 stable_sort(ComplexPatternList, [](const auto &A, const auto &B) { in MatcherTableEmitter()
128 stable_sort(PatternPredicateList, [](const auto &A, const auto &B) { in MatcherTableEmitter()
146 stable_sort(TPs, [](const auto *A, const auto *B) { in MatcherTableEmitter()
157 stable_sort(PredicateList, [](const auto &A, const auto &B) { in MatcherTableEmitter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h255 stable_sort(LoopCosts, in sortLoopCosts()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h219 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort()
462 std::stable_sort(m_entries.begin(), m_entries.end(), in Sort()
751 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp277 stable_sort(SortChunk); in sortModuleReferences()
335 stable_sort(Symbols, in appendReference()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dserial.h92 std::stable_sort(std::move(__first), std::move(__last), std::forward<_Comp>(__comp));

1234567