reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/RecyclingAllocator.h
   43   SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
lib/CodeGen/MachineFunction.cpp
  329   return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
  337   return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
  388   return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))