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

  /external/llvm/lib/CodeGen/
MachineFunction.cpp 79 InstructionRecycler.clear(Allocator);
157 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
167 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
176 InstructionRecycler.Deallocate(Allocator, MI);
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 106 Recycler<MachineInstr> InstructionRecycler;

Completed in 134 milliseconds