Allocate storage for operands from Recycler using Allocator.
Declared in <llvm/Transforms/Scalar/GVNExpression.h>
void
allocateOperands(
RecyclerType& Recycler,
BumpPtrAllocator& Allocator);
| Name | Description |
|---|---|
| Recycler | Array recycler that manages operand slabs. |
| Allocator | Bump allocator backing the recycler. |