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;
420 return OperandRecycler.allocate(Cap, Allocator);
427 OperandRecycler.deallocate(Cap, Array);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 93 OperandRecycler.clear(Allocator);
    [all...]

Completed in 910 milliseconds