HomeSort by relevance Sort by last modified time
    Searched full:recyclingallocator (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
10 // This file defines the RecyclingAllocator class. See the doxygen comment for
11 // RecyclingAllocator for more details on the implementation.
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
27 class RecyclingAllocator {
38 ~RecyclingAllocator() { Base.clear(Allocator); }
64 llvm::RecyclingAllocator<AllocatorType,
71 llvm::RecyclingAllocator<AllocatorType,
Recycler.h 27 /// PrintRecyclingAllocatorStats - Helper for RecyclingAllocator for
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 26 #include "llvm/Support/RecyclingAllocator.h"
278 typedef RecyclingAllocator<BumpPtrAllocator,
297 typedef RecyclingAllocator<BumpPtrAllocator,
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 27 #include "llvm/Support/RecyclingAllocator.h"
70 typedef RecyclingAllocator<BumpPtrAllocator,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 308 RecyclingPixelAllocator recyclingAllocator(outputBitmap->pixelRef(), existingBufferSize);
311 (SkBitmap::Allocator*)&recyclingAllocator : (SkBitmap::Allocator*)&javaAllocator;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 23 #include "llvm/Support/RecyclingAllocator.h"
149 typedef RecyclingAllocator<BumpPtrAllocator, SDNode, sizeof(LargestSDNode),
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 43 // typedef RecyclingAllocator<...> Allocator;
105 #include "llvm/Support/RecyclingAllocator.h"
459 typedef RecyclingAllocator<BumpPtrAllocator, char,
    [all...]

Completed in 484 milliseconds