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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 224 InstructionRecycler.clear(Allocator);
351 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
359 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
408 InstructionRecycler.Deallocate(Allocator, MI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 279 Recycler<MachineInstr> InstructionRecycler;

Completed in 29 milliseconds