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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 226 BasicBlockRecycler.clear(Allocator);
415 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))
427 BasicBlockRecycler.Deallocate(Allocator, MBB);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 285 Recycler<MachineBasicBlock> BasicBlockRecycler;

Completed in 18 milliseconds