HomeSort by: relevance | last modified time | path
    Searched refs:OperandRecycler (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 282 ArrayRecycler<MachineOperand> OperandRecycler;
882 return OperandRecycler.allocate(Cap, Allocator);
889 OperandRecycler.deallocate(Cap, Array);
SelectionDAG.h 260 ArrayRecycler<SDUse> OperandRecycler;
406 OperandRecycler.deallocate(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 225 OperandRecycler.clear(Allocator);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1161 OperandRecycler.clear(OperandAllocator);
1222 OperandRecycler.clear(OperandAllocator);
10465 SDUse *Ops = OperandRecycler.allocate(

Completed in 141 milliseconds