Searched refs:PrintRecyclerStats (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Recycler.h | 29 void PrintRecyclerStats(size_t Size, size_t Align, size_t FreeListSize); 109 PrintRecyclerStats(Size, Align, S); in PrintStats()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Recycler.h | 27 void PrintRecyclerStats(size_t Size, size_t Align, size_t FreeListSize); 111 PrintRecyclerStats(Size, Align, FreeList.size());
|
/external/llvm/lib/Support/ |
D | Allocator.cpp | 32 void PrintRecyclerStats(size_t Size, in PrintRecyclerStats() function
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 180 void PrintRecyclerStats(size_t Size, in PrintRecyclerStats() function
|