Home
last modified time | relevance | path

Searched refs:RecyclerCapacity (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h139 using RecyclerCapacity = RecyclerType::Capacity; variable
204 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator); in allocateOperands()
207 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands); in deallocateOperands()