HomeSort by relevance Sort by last modified time
    Searched refs:RecyclingAllocator (Results 1 - 5 of 5) 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); }
61 llvm::RecyclingAllocator<AllocatorType,
68 llvm::RecyclingAllocator<AllocatorType,
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 25 #include "llvm/Support/RecyclingAllocator.h"
222 typedef RecyclingAllocator<BumpPtrAllocator,
241 typedef RecyclingAllocator<BumpPtrAllocator,
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 28 #include "llvm/Support/RecyclingAllocator.h"
72 typedef RecyclingAllocator<BumpPtrAllocator,
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 22 #include "llvm/Support/RecyclingAllocator.h"
155 typedef RecyclingAllocator<BumpPtrAllocator, SDNode, sizeof(LargestSDNode),
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 43 // typedef RecyclingAllocator<...> Allocator;
105 #include "llvm/Support/RecyclingAllocator.h"
439 typedef RecyclingAllocator<BumpPtrAllocator, char,
    [all...]

Completed in 86 milliseconds