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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 113 Recycler<MachineBasicBlock> BasicBlockRecycler;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 95 BasicBlockRecycler.clear(Allocator);
216 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))
226 BasicBlockRecycler.Deallocate(Allocator, MBB);
    [all...]

Completed in 45 milliseconds