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 93 InstructionRecycler.clear(Allocator);
181 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
191 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
208 InstructionRecycler.Deallocate(Allocator, MI);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 118 Recycler<MachineInstr> InstructionRecycler;

Completed in 217 milliseconds