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

/freebsd-9.3-release/contrib/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,
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp26 #include "llvm/Support/RecyclingAllocator.h"
268 typedef RecyclingAllocator<BumpPtrAllocator,
287 typedef RecyclingAllocator<BumpPtrAllocator,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp27 #include "llvm/Support/RecyclingAllocator.h"
70 typedef RecyclingAllocator<BumpPtrAllocator,
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h23 #include "llvm/Support/RecyclingAllocator.h"
189 typedef RecyclingAllocator<BumpPtrAllocator, SDNode, sizeof(LargestSDNode),
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h43 // typedef RecyclingAllocator<...> Allocator;
105 #include "llvm/Support/RecyclingAllocator.h"
459 typedef RecyclingAllocator<BumpPtrAllocator, char,

Completed in 197 milliseconds