| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| D | SourceCoverageView.cpp | 199 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/ |
| D | stable_sort.h | 207 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/ |
| D | OutputSegment.cpp | 146 llvm::stable_sort(sections, compareByOrder<OutputSection *>(sectionOrder)); in sortOutputSections() 157 llvm::stable_sort(outputSegments, in sortOutputSegments()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | CallGraphSort.cpp | 187 llvm::stable_sort(sorted, [&](int a, int b) { in run() 220 llvm::stable_sort(sorted, [&](int a, int b) { in run()
|
| D | Relocations.h | 207 llvm::stable_sort(storage, cmp); in sortRels()
|
| D | OutputSections.cpp | 228 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/ |
| D | CallGraphSort.cpp | 158 llvm::stable_sort(sorted, [&](int a, int b) { in run() 191 llvm::stable_sort(sorted, [&](int a, int b) { in run()
|
| D | LLDMapFile.cpp | 66 std::stable_sort(v.begin(), v.end(), [](DefinedRegular *a, DefinedRegular *b) { in getSectionSyms()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Index/ |
| D | FileIndexRecord.cpp | 23 llvm::stable_sort(Decls, in getDeclOccurrencesSortedByOffset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonShuffler.cpp | 329 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/ |
| D | MaximumSpanningTree.h | 70 llvm::stable_sort(EdgeVector, EdgeWeightCompare()); in MaximumSpanningTree()
|
| D | CFGMST.h | 205 llvm::stable_sort(AllEdges, [](const std::unique_ptr<Edge> &Edge1, in sortEdgesByWeight()
|
| /freebsd-12-stable/contrib/libstdc++/include/backward/ |
| D | algo.h | 99 using std::stable_sort;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | SafeStackLayout.cpp | 143 llvm::stable_sort(drop_begin(StackObjects), in computeLayout()
|
| D | StackSlotColoring.cpp | 243 llvm::stable_sort(SSIntervals, IntervalSorter()); in InitializeSlots() 348 llvm::stable_sort(SSIntervals, IntervalSorter()); in ColorSlots()
|
| D | GlobalMerge.cpp | 224 llvm::stable_sort( in doMerge() 391 llvm::stable_sort(UsedGlobalSets, in doMerge()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | DAGISelEmitter.cpp | 161 llvm::stable_sort(Patterns, PatternSortingPredicate(CGP)); in run()
|
| D | SearchableTableEmitter.cpp | 341 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/ |
| D | RangeMap.h | 176 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/ |
| D | ASanStackFrameLayout.cpp | 65 llvm::stable_sort(Vars, CompareVars); in ComputeASanStackFrameLayout()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Format/ |
| D | SortJavaScriptImports.cpp | 271 llvm::stable_sort(SortChunk); in sortModuleReferences() 328 llvm::stable_sort( in appendReference()
|
| D | UsingDeclarationsSorter.cpp | 130 llvm::stable_sort(SortedUsingDeclarations); in endUsingDeclarationBlock()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | Statistic.cpp | 141 llvm::stable_sort( in sort()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMappingWriter.cpp | 165 llvm::stable_sort(MappingRegions, [](const CounterMappingRegion &LHS, in write()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | IROutliner.cpp | 635 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()
|