Searched refs:RecyclingAllocator (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h1 //==- 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 { class in namespace:llvm
38 ~RecyclingAllocator() { Base.clear(Allocator); }
64 llvm::RecyclingAllocator<AllocatorType,
72 llvm::RecyclingAllocator<AllocatorType,
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp41 typedef RecyclingAllocator<BumpPtrAllocator,
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp25 #include "llvm/Support/RecyclingAllocator.h"
269 typedef RecyclingAllocator<BumpPtrAllocator,
288 typedef RecyclingAllocator<BumpPtrAllocator,
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp26 #include "llvm/Support/RecyclingAllocator.h"
71 typedef RecyclingAllocator<BumpPtrAllocator,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h23 #include "llvm/Support/RecyclingAllocator.h"
186 typedef RecyclingAllocator<BumpPtrAllocator, SDNode, sizeof(LargestSDNode),
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h43 // typedef RecyclingAllocator<...> Allocator;
105 #include "llvm/Support/RecyclingAllocator.h"
459 typedef RecyclingAllocator<BumpPtrAllocator, char,

Completed in 168 milliseconds