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 94 BasicBlockRecycler.clear(Allocator);
210 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))
220 BasicBlockRecycler.Deallocate(Allocator, MBB);
    [all...]

Completed in 92 milliseconds