Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp60 array_pod_sort(Relocs.begin(), Relocs.end(), cmpRel); in sortRelocs()
DELFObjectWriter.cpp961 array_pod_sort(LocalSymbolData.begin(), LocalSymbolData.end()); in ComputeSymbolTable()
962 array_pod_sort(ExternalSymbolData.begin(), ExternalSymbolData.end()); in ComputeSymbolTable()
963 array_pod_sort(UndefinedSymbolData.begin(), UndefinedSymbolData.end()); in ComputeSymbolTable()
1190 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix); in CreateMetadataSections()
/external/llvm/include/llvm/ADT/
DSTLExtras.h273 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { in array_pod_sort() function
281 inline void array_pod_sort(IteratorTy Start, IteratorTy End, in array_pod_sort() function
/external/llvm/include/llvm/Support/
DPassNameParser.h83 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); in printOptionInfo()
/external/llvm/lib/Support/
DTargetRegistry.cpp152 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn); in printRegisteredTargetsForVersion()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp75 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end()); in runOnLoop()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp282 array_pod_sort(Dices.begin(), Dices.end()); in DisassembleInputMachO2()
346 array_pod_sort(Relocs.begin(), Relocs.end()); in DisassembleInputMachO2()
Dllvm-objdump.cpp396 array_pod_sort(Symbols.begin(), Symbols.end()); in DisassembleObject()
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp135 array_pod_sort(LoopBlocks.begin(), LoopBlocks.end()); in runOnLoop()
DSimplifyCFG.cpp536 array_pod_sort(V1->begin(), V1->end()); in ValuesOverlap()
537 array_pod_sort(V2->begin(), V2->end()); in ValuesOverlap()
2740 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate); in SimplifyBranchOnICmpChain()
3108 array_pod_sort(Cases.begin(), Cases.end(), ConstantIntSortPredicate); in TurnSwitchRangeIntoICmp()
/external/llvm/utils/TableGen/
DOptParserEmitter.cpp111 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords); in EmitOptParser()
DCodeGenTarget.cpp238 array_pod_sort(Result.begin(), Result.end()); in getRegisterVTs()
/external/llvm/lib/IR/
DMetadata.cpp682 array_pod_sort(Result.begin(), Result.end()); in getAllMetadataImpl()
699 array_pod_sort(Result.begin(), Result.end()); in getAllMetadataOtherThanDebugLocImpl()
DAttributes.cpp402 array_pod_sort(SortedAttrs.begin(), SortedAttrs.end()); in get()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp267 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end()); in insertFrameReferenceRegisters()
DLiveRangeCalc.cpp247 array_pod_sort(WorkList.begin(), WorkList.end()); in findReachingDefs()
DRegisterCoalescer.cpp2167 array_pod_sort(MBBs.begin(), MBBs.end(), compareMBBPriority); in joinAllIntervals()
2230 array_pod_sort(InflateRegs.begin(), InflateRegs.end()); in runOnMachineFunction()
/external/clang/lib/Analysis/
DReachableCode.cpp167 llvm::array_pod_sort(DeferredLocs.begin(), DeferredLocs.end(), SrcCmp); in scanBackwards()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp60 array_pod_sort(uniques.begin(), uniques.end()); in ComputeBucketCount()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp625 array_pod_sort(FunctionsToRemove.begin(), FunctionsToRemove.end()); in removeDeadFunctions()
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp329 llvm::array_pod_sort(PrioritizedCXXGlobalInits.begin(), in EmitCXXGlobalInitFunc()
DCGRecordLayoutBuilder.cpp1089 llvm::array_pod_sort(BFIs.begin(), BFIs.end()); in print()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp685 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare); in DoPrintMacros()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h101 array_pod_sort(LoopBBs.begin(), LoopBBs.end()); in getExitEdges()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp689 array_pod_sort(PHIUsers.begin(), PHIUsers.end()); in SliceUpIllegalIntegerPHI()

12