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 92 InstructionRecycler.clear(Allocator);
175 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
185 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
202 InstructionRecycler.Deallocate(Allocator, MI);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 107 Recycler<MachineInstr> InstructionRecycler;

Completed in 131 milliseconds