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

References

include/llvm/CodeGen/MachineFunction.h
  786     return OperandRecycler.allocate(Cap, Allocator);
include/llvm/Transforms/Scalar/GVNExpression.h
  204     Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9566   SDUse *Ops = OperandRecycler.allocate(
unittests/Support/ArrayRecyclerTest.cpp
   55   Object *A1 = DUT.allocate(Cap, Allocator);
   59   Object *A2 = DUT.allocate(Cap, Allocator);
   63   Object *A3 = DUT.allocate(Cap, Allocator);
   83   Object *A2x = DUT.allocate(Cap, Allocator);
   92   Object *A3x = DUT.allocate(Cap, Allocator);
   94   Object *A1x = DUT.allocate(Cap, Allocator);
   96   Object *A2y = DUT.allocate(Cap, Allocator);
  100   Object *A4 = DUT.allocate(Cap, Allocator);