Searched refs:Recycler (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DRecycler.h1 //==- llvm/Support/Recycler.h - Recycling Allocator --------------*- C++ -*-==//
10 // This file defines the Recycler class template. See the doxygen comment for
11 // Recycler for more details.
30 /// RecyclerStruct - Implementation detail for Recycler. This is a
56 llvm_unreachable("Recycler's ilist_traits shouldn't see a deleteNode call!");
60 /// Recycler - This class manages a linked-list of deallocated nodes
65 class Recycler { class in namespace:llvm
72 ~Recycler() {
75 // clear() before deleting the Recycler.
93 "Recycler allocatio
[all...]
H A DRecyclingAllocator.h18 #include "llvm/Support/Recycler.h"
31 Recycler<T, Size, Align> Base;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineFunction.h25 #include "llvm/Support/Recycler.h"
106 Recycler<MachineInstr> InstructionRecycler;
109 Recycler<MachineBasicBlock> BasicBlockRecycler;

Completed in 66 milliseconds