HomeSort by relevance Sort by last modified time
    Searched refs:array_pod_sort (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 86 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 179 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry);
  /external/llvm/lib/Support/
TargetRegistry.cpp 133 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 82 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end());
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 276 array_pod_sort(Dices.begin(), Dices.end());
339 array_pod_sort(Relocs.begin(), Relocs.end());
llvm-objdump.cpp 443 array_pod_sort(Symbols.begin(), Symbols.end());
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 116 array_pod_sort(Opts.begin(), Opts.end(), CompareOptionRecords);
CodeGenTarget.cpp 247 array_pod_sort(Result.begin(), Result.end());
  /external/llvm/lib/IR/
Metadata.cpp 728 array_pod_sort(Result.begin(), Result.end());
745 array_pod_sort(Result.begin(), Result.end());
Attributes.cpp 419 array_pod_sort(SortedAttrs.begin(), SortedAttrs.end());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 48 array_pod_sort(uniques.begin(), uniques.end());
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 241 array_pod_sort(WorkList.begin(), WorkList.end());
LocalStackSlotAllocation.cpp 323 array_pod_sort(FrameReferenceInsns.begin(), FrameReferenceInsns.end());
RegisterCoalescer.cpp     [all...]
SplitKit.cpp 139 array_pod_sort(UseSlots.begin(), UseSlots.end());
    [all...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 299 /// Adapt std::less<T> for array_pod_sort.
320 /// array_pod_sort - This sorts an array with the specified start and end
335 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
343 inline void array_pod_sort( function in namespace:llvm
  /external/clang/lib/Analysis/
ReachableCode.cpp 490 llvm::array_pod_sort(DeferredLocs.begin(), DeferredLocs.end(), SrcCmp);
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 354 llvm::array_pod_sort(PrioritizedCXXGlobalInits.begin(),
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 692 llvm::array_pod_sort(MacrosByID.begin(), MacrosByID.end(), MacroIDCompare);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 377 array_pod_sort(Libcalls.begin(), Libcalls.end());