|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineFunction.h 266 ArrayRecycler<MachineOperand> OperandRecycler;
781 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
include/llvm/CodeGen/MachineInstr.h 118 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
include/llvm/CodeGen/SelectionDAG.h 262 ArrayRecycler<SDUse> OperandRecycler;
385 ArrayRecycler<SDUse>::Capacity::get(Node->NumOperands),
include/llvm/Transforms/Scalar/GVNExpression.h 138 using RecyclerType = ArrayRecycler<Value *>;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 9567 ArrayRecycler<SDUse>::Capacity::get(Vals.size()), OperandAllocator);
lib/Transforms/Scalar/GVNSink.cpp 354 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R,
388 ArrayRecycler<Value *> Recycler;
lib/Transforms/Scalar/NewGVN.cpp 503 mutable ArrayRecycler<Value *> ArgRecycler;
unittests/Support/ArrayRecyclerTest.cpp 22 typedef ArrayRecycler<Object> ARO;
52 ArrayRecycler<Object> DUT;