| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 531 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 562 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 586 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 595 std::stable_sort(begin(), end(), HexagonInstr::lessCVI); in check() 651 std::stable_sort(ISJ, Packet.end()); in shuffle()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | CallGraphSort.cpp | 176 std::stable_sort(SortedSecs.begin(), SortedSecs.end(), [&](int A, int B) { in groupClusters() 213 std::stable_sort(Clusters.begin(), Clusters.end(), in groupClusters()
|
| H A D | OutputSections.cpp | 149 std::stable_sort(V.begin(), V.end(), Comp); in sortByOrder() 376 std::stable_sort(ISD->Sections.begin(), ISD->Sections.end(), compCtors); in sortCtorsDtors()
|
| H A D | MapFile.cpp | 78 std::stable_sort(V.begin(), V.end(), [](Defined *A, Defined *B) { in getSectionSyms()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 193 std::stable_sort(ExpansionSubViews.begin(), ExpansionSubViews.end()); in print() 194 std::stable_sort(InstantiationSubViews.begin(), InstantiationSubViews.end()); in print()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
|
| H A D | CFGMST.h | 199 std::stable_sort(AllEdges.begin(), AllEdges.end(), in sortEdgesByWeight()
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | algo.h | 99 using std::stable_sort;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | RangeMap.h | 162 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort() 392 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort() 650 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort() 874 std::stable_sort(m_entries.begin(), m_entries.end()); in Sort()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 145 std::stable_sort(Indices.begin(), Indices.end(), in analyze() 250 std::stable_sort( in appendReference()
|
| H A D | UsingDeclarationsSorter.cpp | 131 std::stable_sort(SortedUsingDeclarations.begin(), in endUsingDeclarationBlock()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 161 std::stable_sort(Patterns.begin(), Patterns.end(), in run()
|
| H A D | SearchableTableEmitter.cpp | 327 std::stable_sort(Entries.begin(), Entries.end(), in emitLookupFunction() 586 std::stable_sort(Enum.Entries.begin(), Enum.Entries.end(), in collectEnumEntries() 694 std::stable_sort(Table->Entries.begin(), Table->Entries.end(), in run()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.cpp | 145 std::stable_sort(StackObjects.begin() + 1, StackObjects.end(), in computeLayout()
|
| H A D | StackSlotColoring.cpp | 246 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in InitializeSlots() 351 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in ColorSlots()
|
| H A D | GlobalMerge.cpp | 223 std::stable_sort(Globals.begin(), Globals.end(), in doMerge() 389 std::stable_sort(UsedGlobalSets.begin(), UsedGlobalSets.end(), in doMerge()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | ASanStackFrameLayout.cpp | 66 std::stable_sort(Vars.begin(), Vars.end(), CompareVars); in ComputeASanStackFrameLayout()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 128 std::stable_sort( in write()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Statistic.cpp | 139 std::stable_sort(Stats.begin(), Stats.end(), in sort()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | ICF.cpp | 284 std::stable_sort(Chunks.begin(), Chunks.end(), in run()
|
| H A D | Writer.cpp | 581 std::stable_sort(Chunks.begin(), Chunks.end(), in sortBySectionOrder() 627 std::stable_sort(Chunks.begin(), Chunks.end(), [&](Chunk *S, Chunk *T) { in fixGnuImportChunks() 796 std::stable_sort(OutputSections.begin(), OutputSections.end(), in createSections() 1712 std::stable_sort(Chunks.begin(), Chunks.end(), SectionChunkOrder); in sortCRTSectionChunks()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 294 std::stable_sort(ColdLoopBBs.begin(), ColdLoopBBs.end(), in sinkLoopInvariantInstructions()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 59 std::stable_sort(E.second.Values.begin(), E.second.Values.end(), in finalize() 85 std::stable_sort(Bucket.begin(), Bucket.end(), in finalize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 277 std::stable_sort(Members.begin(), Members.end()); in lower() 662 std::stable_sort(Members.begin(), Members.end()); in insertPadding()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 192 std::stable_sort(Params.begin(), Params.end(), in FullCommentParts() 195 std::stable_sort(TParams.begin(), TParams.end(), in FullCommentParts()
|