Home
last modified time | relevance | path

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

123456

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageView.cpp199 llvm::stable_sort(ExpansionSubViews); in print()
200 llvm::stable_sort(InstantiationSubViews); in print()
201 llvm::stable_sort(BranchSubViews); in print()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__algorithm/
Dstable_sort.h207 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) in stable_sort() function
226 stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last) in stable_sort() function
228 …_VSTD::stable_sort(__first, __last, __less<typename iterator_traits<_RandomAccessIterator>::value_… in stable_sort()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DOutputSegment.cpp146 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections()
157 llvm::stable_sort(outputSegments, in sortOutputSegments()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DCallGraphSort.cpp187 llvm::stable_sort(sorted, [&](int a, int b) { in run()
220 llvm::stable_sort(sorted, [&](int a, int b) { in run()
DRelocations.h207 llvm::stable_sort(storage, cmp); in sortRels()
DOutputSections.cpp228 llvm::stable_sort(v, less_first()); in sortByOrder()
490 llvm::stable_sort(isd->sections, compCtors); in sortCtorsDtors()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DCallGraphSort.cpp158 llvm::stable_sort(sorted, [&](int a, int b) { in run()
191 llvm::stable_sort(sorted, [&](int a, int b) { in run()
DLLDMapFile.cpp66 std::stable_sort(v.begin(), v.end(), [](DefinedRegular *a, DefinedRegular *b) { in getSectionSyms()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DFileIndexRecord.cpp23 llvm::stable_sort(Decls, in getDeclOccurrencesSortedByOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp329 llvm::stable_sort(*this, HexagonInstr::lessCVI); in ValidResourceUsage()
612 llvm::stable_sort(PacketResult, HexagonInstr::lessCore); in tryAuction()
664 std::stable_sort(ISJ, Packet.end()); in shuffle()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h70 llvm::stable_sort(EdgeVector, EdgeWeightCompare()); in MaximumSpanningTree()
DCFGMST.h205 llvm::stable_sort(AllEdges, [](const std::unique_ptr<Edge> &Edge1, in sortEdgesByWeight()
/freebsd-12-stable/contrib/libstdc++/include/backward/
Dalgo.h99 using std::stable_sort;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSafeStackLayout.cpp143 llvm::stable_sort(drop_begin(StackObjects), in computeLayout()
DStackSlotColoring.cpp243 llvm::stable_sort(SSIntervals, IntervalSorter()); in InitializeSlots()
348 llvm::stable_sort(SSIntervals, IntervalSorter()); in ColorSlots()
DGlobalMerge.cpp224 llvm::stable_sort( in doMerge()
391 llvm::stable_sort(UsedGlobalSets, in doMerge()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DDAGISelEmitter.cpp161 llvm::stable_sort(Patterns, PatternSortingPredicate(CGP)); in run()
DSearchableTableEmitter.cpp341 llvm::stable_sort(Entries, [&](const std::pair<Record *, unsigned> &LHS, in emitLookupFunction()
595 llvm::stable_sort(Enum.Entries, in collectEnumEntries()
724 llvm::stable_sort(Table->Entries, [&](Record *LHS, Record *RHS) { in run()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h176 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort()
413 std::stable_sort(m_entries.begin(), m_entries.end(), in Sort()
688 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp65 llvm::stable_sort(Vars, CompareVars); in ComputeASanStackFrameLayout()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DSortJavaScriptImports.cpp271 llvm::stable_sort(SortChunk); in sortModuleReferences()
328 llvm::stable_sort( in appendReference()
DUsingDeclarationsSorter.cpp130 llvm::stable_sort(SortedUsingDeclarations); in endUsingDeclarationBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DStatistic.cpp141 llvm::stable_sort( in sort()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp165 llvm::stable_sort(MappingRegions, [](const CounterMappingRegion &LHS, in write()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DIROutliner.cpp635 stable_sort(InputGVNs); in getCodeExtractorArguments()
777 stable_sort(Region.GVNStores); in findExtractedOutputToOverallOutputMapping()
1308 stable_sort(CandidateVec, [](const IRSimilarityCandidate &LHS, in pruneIncompatibleRegions()
1619 llvm::stable_sort(SimilarityCandidates, in doOutline()

123456