Home
last modified time | relevance | path

Searched refs:array_pod_sort (Results 1 – 25 of 38) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h86 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); in printOptionInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTargetRegistry.cpp133 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp88 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end()); in runOnLoop()
H A DJumpThreading.cpp1017 array_pod_sort(AvailablePreds.begin(), AvailablePreds.end()); in SimplifyPartiallyRedundantLoad()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp179 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DOptParserEmitter.cpp116 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords); in EmitOptParser()
H A DCodeGenTarget.cpp242 array_pod_sort(Result.begin(), Result.end()); in getRegisterVTs()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp325 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end()); in insertFrameReferenceRegisters()
H A DLiveRangeCalc.cpp332 array_pod_sort(WorkList.begin(), WorkList.end()); in findReachingDefs()
H A DRegisterCoalescer.cpp2676 array_pod_sort(MBBs.begin(), MBBs.end(), compareMBBPriority); in joinAllIntervals()
2739 array_pod_sort(InflateRegs.begin(), InflateRegs.end()); in runOnMachineFunction()
H A DSplitKit.cpp133 array_pod_sort(UseSlots.begin(), UseSlots.end()); in analyzeUses()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp49 array_pod_sort(uniques.begin(), uniques.end()); in ComputeBucketCount()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h350 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { in array_pod_sort() function
358 inline void array_pod_sort( in array_pod_sort() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1080 array_pod_sort(LocalSymbolData.begin(), LocalSymbolData.end()); in computeSymbolTable()
1081 array_pod_sort(ExternalSymbolData.begin(), ExternalSymbolData.end()); in computeSymbolTable()
1082 array_pod_sort(UndefinedSymbolData.begin(), UndefinedSymbolData.end()); in computeSymbolTable()
1333 array_pod_sort(Relocs.begin(), Relocs.end(), cmpRel); in sortRelocs()
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp393 array_pod_sort(Libcalls.begin(), Libcalls.end()); in accumulateAndSortLibcalls()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1182 array_pod_sort(Result.begin(), Result.end()); in getAllMetadataImpl()
1200 array_pod_sort(Result.begin(), Result.end()); in getAllMetadataOtherThanDebugLocImpl()
H A DAttributes.cpp449 array_pod_sort(SortedAttrs.begin(), SortedAttrs.end()); in get()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp701 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp377 llvm::array_pod_sort(PrioritizedCXXGlobalInits.begin(), in EmitCXXGlobalInitFunc()
H A DCGRecordLayoutBuilder.cpp819 llvm::array_pod_sort(BFIs.begin(), BFIs.end()); in print()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp695 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare); in DoPrintMacros()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp490 llvm::array_pod_sort(DeferredLocs.begin(), DeferredLocs.end(), SrcCmp); in scanBackwards()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp340 array_pod_sort(Symbols.begin(), Symbols.end()); in DisassembleObject()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp685 array_pod_sort(PHIUsers.begin(), PHIUsers.end()); in SliceUpIllegalIntegerPHI()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp628 array_pod_sort(V1->begin(), V1->end()); in ValuesOverlap()
629 array_pod_sort(V2->begin(), V2->end()); in ValuesOverlap()
2856 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate); in SimplifyBranchOnICmpChain()
3224 array_pod_sort(Cases.begin(), Cases.end(), ConstantIntSortPredicate); in TurnSwitchRangeIntoICmp()

12