HomeSort by relevance Sort by last modified time
    Searched refs:OperandRecycler (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 110 ArrayRecycler<MachineOperand> OperandRecycler;
422 return OperandRecycler.allocate(Cap, Allocator);
429 OperandRecycler.deallocate(Cap, Array);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 94 OperandRecycler.clear(Allocator);
    [all...]

Completed in 3791 milliseconds