/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | stable_sort.h | 35 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 D | SourceCoverageView.cpp | 208 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 D | IntervalTree.h | 423 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 D | BalancedPartitioning.cpp | 105 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 D | Statistic.cpp | 142 llvm::stable_sort( in sort()
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | stable_sort.h | 260 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 D | ranges_stable_sort.h | 14 #include <__algorithm/stable_sort.h> 72 inline constexpr auto stable_sort = __stable_sort::__fn{};
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | OutputSegment.cpp | 155 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections() 166 llvm::stable_sort(outputSegments, in sortOutputSegments()
|
H A D | SectionPriorities.cpp | 170 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 D | CallGraphSort.cpp | 199 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 D | CallGraphSort.cpp | 161 llvm::stable_sort(sorted, [&](int a, int b) { in run() 194 llvm::stable_sort(sorted, [&](int a, int b) { in run()
|
H A D | LLDMapFile.cpp | 68 std::stable_sort(v.begin(), v.end(), [](DefinedRegular *a, DefinedRegular *b) { in getSectionSyms()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | FileIndexRecord.cpp | 22 llvm::stable_sort(Decls, in getDeclOccurrencesSortedByOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 328 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 D | LVRange.cpp | 142 std::stable_sort(RangeEntries.begin(), RangeEntries.end(), CompareRangeEntry); in sort()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 291 llvm::stable_sort(SSIntervals, IntervalSorter()); in InitializeSlots() 381 llvm::stable_sort(SSIntervals, IntervalSorter()); in ColorSlots()
|
H A D | SafeStackLayout.cpp | 143 llvm::stable_sort(drop_begin(StackObjects), in computeLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 126 stable_sort(CtorsByPriority, [&](size_t LHS, size_t RHS) { in optimizeGlobalCtorsList()
|
H A D | ASanStackFrameLayout.cpp | 64 llvm::stable_sort(Vars, CompareVars); in ComputeASanStackFrameLayout()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelEmitter.cpp | 173 llvm::stable_sort(Patterns, PatternSortingPredicate(CGP)); in run()
|
H A D | DAGISelMatcherEmitter.cpp | 119 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 D | LoopCacheAnalysis.h | 255 stable_sort(LoopCosts, in sortLoopCosts()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 219 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 D | SortJavaScriptImports.cpp | 277 stable_sort(SortChunk); in sortModuleReferences() 335 stable_sort(Symbols, in appendReference()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | serial.h | 92 std::stable_sort(std::move(__first), std::move(__last), std::forward<_Comp>(__comp));
|