Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h140 using RecyclerCapacity = RecyclerType::Capacity; variable
205 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator); in allocateOperands()
208 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands); in deallocateOperands()