Searched refs:InstructionRecycler (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp92 InstructionRecycler.clear(Allocator);
175 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
185 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
202 InstructionRecycler.Deallocate(Allocator, MI);
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h107 Recycler<MachineInstr> InstructionRecycler; member in class:llvm::MachineFunction

Completed in 111 milliseconds