reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/SampleProf.h
  626     llvm::stable_sort(V, [](const SamplesWithLoc *A, const SamplesWithLoc *B) {
lib/Analysis/LoopAccessAnalysis.cpp
 1147   llvm::stable_sort(SortedIndices, [&](unsigned Left, unsigned Right) {
lib/Analysis/ScalarEvolution.cpp
  818   llvm::stable_sort(Ops, [&](const SCEV *LHS, const SCEV *RHS) {
lib/Analysis/ScalarEvolutionExpander.cpp
  702   llvm::stable_sort(OpsAndLoops, LoopCompare(SE.DT));
  771   llvm::stable_sort(OpsAndLoops, LoopCompare(SE.DT));
lib/CodeGen/AsmPrinter/AccelTable.cpp
   58     llvm::stable_sort(E.second.Values,
   84     llvm::stable_sort(Bucket, [](HashData *LHS, HashData *RHS) {
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2021   llvm::stable_sort(Structors, [](const Structor &L, const Structor &R) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2526     llvm::stable_sort(List, [&](const SymbolCU &A, const SymbolCU &B) {
lib/CodeGen/GlobalMerge.cpp
  222   llvm::stable_sort(
  388   llvm::stable_sort(UsedGlobalSets,
lib/CodeGen/IfConversion.cpp
 1431   llvm::stable_sort(Tokens, IfcvtTokenCmp);
lib/CodeGen/MachineBlockPlacement.cpp
  954   llvm::stable_sort(Edges[0], Cmp);
  955   llvm::stable_sort(Edges[1], Cmp);
 1543   llvm::stable_sort(DupCandidates,
lib/CodeGen/MachineOutliner.cpp
 1197   llvm::stable_sort(FunctionList, [](const OutlinedFunction &LHS,
lib/CodeGen/MachinePipeliner.cpp
  487   llvm::stable_sort(NodeSets, std::greater<NodeSet>());
lib/CodeGen/MachineSink.cpp
  610   llvm::stable_sort(
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  940     llvm::stable_sort(Orders, less_first());
lib/CodeGen/StackColoring.cpp
 1223   llvm::stable_sort(SortedSlots, [this](int LHS, int RHS) {
lib/CodeGen/StackSlotColoring.cpp
  245   llvm::stable_sort(SSIntervals, IntervalSorter());
  350   llvm::stable_sort(SSIntervals, IntervalSorter());
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
  265   llvm::stable_sort(PublicsByAddr, comparePubSymByAddrAndName);
lib/IR/Metadata.cpp
 1182   llvm::stable_sort(Result, less_first());
lib/MC/MCDwarf.cpp
 1868   llvm::stable_sort(FrameArrayX,
lib/MC/WasmObjectWriter.cpp
  896   llvm::stable_sort(
lib/ProfileData/Coverage/CoverageMappingWriter.cpp
  137   llvm::stable_sort(MappingRegions, [](const CounterMappingRegion &LHS,
lib/ProfileData/GCOV.cpp
  400     llvm::stable_sort(DstEdges, [](const GCOVEdge *E1, const GCOVEdge *E2) {
lib/ProfileData/SampleProfWriter.cpp
   51   llvm::stable_sort(
lib/Support/Statistic.cpp
  136   llvm::stable_sort(
lib/Target/X86/X86FrameLowering.cpp
 3137   llvm::stable_sort(SortingObjects, X86FrameSortingComparator());
lib/Transforms/IPO/LowerTypeTests.cpp
  609   llvm::stable_sort(ByteArrayInfos,
 1621   llvm::stable_sort(TypeMembers, [](const std::set<uint64_t> &O1,
lib/Transforms/IPO/MergeFunctions.cpp
  404   llvm::stable_sort(HashedFuncs, less_first());
lib/Transforms/Instrumentation/CFGMST.h
  198     llvm::stable_sort(AllEdges, [](const std::unique_ptr<Edge> &Edge1,
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1444   llvm::stable_sort(Output, CHRScopeSorter);
lib/Transforms/Scalar/ConstantHoisting.cpp
  648   llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS,
lib/Transforms/Scalar/GVNHoist.cpp
  705       llvm::stable_sort(CHIs, cmpVN);
lib/Transforms/Scalar/GVNSink.cpp
  803   llvm::stable_sort(Candidates, std::greater<SinkingInstructionCandidate>());
lib/Transforms/Scalar/LoopSink.cpp
  290   llvm::stable_sort(ColdLoopBBs, [&](BasicBlock *A, BasicBlock *B) {
lib/Transforms/Scalar/Reassociate.cpp
 1359   llvm::stable_sort(OpndPtrs, [](XorOpnd *LHS, XorOpnd *RHS) {
 1716   llvm::stable_sort(Factors, [](const Factor &LHS, const Factor &RHS) {
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1742   llvm::stable_sort(ExitsInLoops, [&](BasicBlock *LHS, BasicBlock *RHS) {
lib/Transforms/Utils/ASanStackFrameLayout.cpp
   65   llvm::stable_sort(Vars, CompareVars);
lib/Transforms/Utils/PredicateInfo.cpp
  664     llvm::stable_sort(OrderedUses, Compare);
lib/Transforms/Vectorize/SLPVectorizer.cpp
 4434   llvm::stable_sort(CSEWorkList,
 6908     llvm::stable_sort(Incoming, PhiTypeSorterFunc);
lib/XRay/Trace.cpp
  471     llvm::stable_sort(T.Records, [&](const XRayRecord &L, const XRayRecord &R) {
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3336     llvm::stable_sort(
tools/clang/lib/AST/VTableBuilder.cpp
 3191       llvm::stable_sort(ThunksVector, [](const ThunkInfo &LHS,
tools/clang/lib/Analysis/CloneDetection.cpp
  369     llvm::stable_sort(StmtsByHash, llvm::less_first());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 4999   llvm::stable_sort(Privates, [](PrivateDataTy L, PrivateDataTy R) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  246   llvm::stable_sort(GlobalizedVars, [](VarsDataTy L, VarsDataTy R) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2900     llvm::stable_sort(
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  246     llvm::stable_sort(FileLocs, llvm::less_second());
tools/clang/lib/Format/Format.cpp
 1908   llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) {
tools/clang/lib/Format/SortJavaScriptImports.cpp
  144     llvm::stable_sort(Indices, [&](unsigned LHSI, unsigned RHSI) {
  248     llvm::stable_sort(
tools/clang/lib/Index/CommentToXML.cpp
  191   llvm::stable_sort(Params, ParamCommandCommentCompareIndex());
  192   llvm::stable_sort(TParams, TParamCommandCommentComparePosition());
tools/clang/lib/Sema/SemaCodeComplete.cpp
 5052   llvm::stable_sort(CandidateSet, [&](const OverloadCandidate &X,
tools/clang/lib/Sema/SemaOverload.cpp
11078   llvm::stable_sort(
tools/clang/lib/Sema/SemaStmt.cpp
  979     llvm::stable_sort(CaseVals, CmpCaseVals);
 1145       llvm::stable_sort(EnumVals, CmpEnumVals);
 1299           llvm::stable_sort(EnumVals, CmpEnumVals);
tools/clang/lib/Sema/SemaType.cpp
  282         llvm::stable_sort(AttrsForTypes, llvm::less_first());
tools/clang/utils/TableGen/NeonEmitter.cpp
 2483   llvm::stable_sort(Defs, llvm::deref<std::less<>>());
 2590   llvm::stable_sort(Defs, llvm::deref<std::less<>>());
tools/lld/COFF/ICF.cpp
  284   llvm::stable_sort(chunks, [](const SectionChunk *a, const SectionChunk *b) {
tools/lld/COFF/Writer.cpp
  651   llvm::stable_sort(chunks, [=](const Chunk *a, const Chunk *b) {
  701     llvm::stable_sort(pSec->chunks, [&](Chunk *s, Chunk *t) {
  901   llvm::stable_sort(outputSections,
 1865   llvm::stable_sort(chunks, sectionChunkOrder);
tools/lld/ELF/AArch64ErrataFix.cpp
  461     llvm::stable_sort(mapSyms, [](const Defined *a, const Defined *b) {
tools/lld/ELF/ARMErrataFix.cpp
  336     llvm::stable_sort(mapSyms, [](const Defined *a, const Defined *b) {
tools/lld/ELF/CallGraphSort.cpp
  188   llvm::stable_sort(sorted, [&](int a, int b) {
  221   llvm::stable_sort(sorted, [&](int a, int b) {
tools/lld/ELF/ICF.cpp
  471   llvm::stable_sort(sections, [](const InputSection *a, const InputSection *b) {
tools/lld/ELF/LinkerScript.cpp
  376     return llvm::stable_sort(vec, alignmentComparator);
  378     return llvm::stable_sort(vec, nameComparator);
  380     return llvm::stable_sort(vec, priorityComparator);
tools/lld/ELF/MapFile.cpp
   75     llvm::stable_sort(it.second, [](Defined *a, Defined *b) {
tools/lld/ELF/OutputSections.cpp
  223   llvm::stable_sort(v, less_first());
  448   llvm::stable_sort(isd->sections, compCtors);
tools/lld/ELF/Relocations.cpp
 1401     llvm::stable_sort(sec.relocations,
 1561         llvm::stable_sort(newThunks,
tools/lld/ELF/SyntheticSections.cpp
  530   llvm::stable_sort(ret, less);
 1605     llvm::stable_sort(
 1736   llvm::stable_sort(nonRelatives, [](const Elf_Rela &a, const Elf_Rela &b) {
 2011     llvm::stable_sort(symbols, sortMipsSymbols);
 2393   llvm::stable_sort(symbols, [](const Entry &l, const Entry &r) {
 3267   llvm::stable_sort(executableSections, compareByFilePosition);
tools/lld/ELF/Writer.cpp
 1357     llvm::stable_sort(isd->sections,
 1538     llvm::stable_sort(sections, compareByFilePosition);
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
 1017   llvm::stable_sort(elements, [](const std::unique_ptr<Node> &a,
tools/lld/wasm/Writer.cpp
  953   llvm::stable_sort(initFunctions,
tools/llvm-objcopy/ELF/Object.cpp
 1870   llvm::stable_sort(Sections, [](const SecPtr &A, const SecPtr &B) {
 1884   llvm::stable_sort(Segments, compareSegmentsByOffset);
 2150   llvm::stable_sort(OrderedSegments, compareSegmentsByPAddr);
tools/llvm-objdump/llvm-objdump.cpp
 1014     llvm::stable_sort(V, isRelocAddressLess);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  322   llvm::stable_sort(SortedStats,
  894   llvm::stable_sort(NamespacedStatsSorted,
utils/TableGen/AsmMatcherEmitter.cpp
 3137   llvm::stable_sort(
utils/TableGen/CodeGenRegisters.cpp
 2113   llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) {
utils/TableGen/CodeGenTarget.cpp
  332   llvm::stable_sort(Candidates, [&](const CodeGenRegisterClass *A,
utils/TableGen/GlobalISelEmitter.cpp
 5255   llvm::stable_sort(Rules, [&](const RuleMatcher &A, const RuleMatcher &B) {
utils/TableGen/RISCVCompressInstEmitter.cpp
  536   llvm::stable_sort(CompressPatterns,