/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_stats.cpp | 57 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom() 81 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats() 101 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats() 108 AsanStats stats; in FillMallocStatistics() local 122 AsanStats stats; in PrintAccumulatedStats() local 139 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local 149 AsanStats stats; in __sanitizer_get_heap_size() local 155 AsanStats stats; in __sanitizer_get_free_bytes() local
|
H A D | asan_malloc_mac.cpp | 54 # define COMMON_MALLOC_FILL_STATS(zone, stats) \ argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stats.cpp | 57 void MemprofStats::MergeFrom(const MemprofStats *stats) { in MergeFrom() 81 static void GetAccumulatedStats(MemprofStats *stats) { in GetAccumulatedStats() 101 void FlushToDeadThreadStats(MemprofStats *stats) { in FlushToDeadThreadStats() 113 MemprofStats stats; in PrintAccumulatedStats() local 130 MemprofStats stats; in __sanitizer_get_current_allocated_bytes() local 140 MemprofStats stats; in __sanitizer_get_heap_size() local 146 MemprofStats stats; in __sanitizer_get_free_bytes() local
|
/llvm-project/mlir/utils/mbr/mbr/ |
H A D | config.ini | 5 [stats] section 7 max_number_of_measurements = 1e9 9 max_time_for_a_benchmark_ns = 1e9
|
/llvm-project/libcxx/test/libcxx/memory/ |
H A D | allocation_guard.pass.cpp | 113 test_allocator_statistics stats; main() local 120 test_allocator_statistics stats; main() local 129 test_allocator_statistics stats; main() local 142 test_allocator_statistics stats; main() local 159 test_allocator_statistics stats; main() local 178 test_allocator_statistics stats; main() local [all...] |
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/ |
H A D | sputn.pass.cpp | 61 test_allocator_statistics stats; in test() local 78 test_allocator_statistics stats; in test() local 102 test_allocator_statistics stats; in test() local
|
H A D | sputc.pass.cpp | 59 test_allocator_statistics stats; in test() local 79 test_allocator_statistics stats; in test() local 111 test_allocator_statistics stats; in test() local
|
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
H A D | ctor_iterators.pass.cpp | 24 test_allocator_statistics* stats; member in GetAlloc 37 test_allocator_statistics stats{}; in main() local
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
H A D | ctor_iterators.pass.cpp | 24 test_allocator_statistics* stats; member in GetAlloc 37 test_allocator_statistics stats{}; in main() local
|
/llvm-project/lldb/test/API/commands/statistics/basic/ |
H A D | TestStats.py | 61 verify_success_fail_count(self, stats, key, num_successes, num_fails) global() argument 297 find_module_in_metrics(self, path, stats) global() argument 304 find_module_by_id_in_metrics(self, id, stats) global() argument 661 verify_stats(self, stats, expectation, options) global() argument [all...] |
/llvm-project/compiler-rt/lib/stats/ |
H A D | CMakeLists.txt | 6 add_custom_target(stats) target
|
/llvm-project/polly/lib/External/isl/imath/tools/ |
H A D | findthreshold.py | 86 stats = compute_stats() variable
|
/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 145 Stats stats{i->m_name, nanos, nanos_total, count}; in DumpCategoryTimes() local 155 for (const auto &stats : sorted) in DumpCategoryTimes() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_common.cpp | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() 159 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps, in ParseUnixMemoryProfile()
|
H A D | sanitizer_procmaps_bsd.cpp | 32 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() argument
|
H A D | sanitizer_allocator_stats.h | 79 const AllocatorStats *stats = this; in Get() local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/ |
H A D | substr.pass.cpp | 133 test_allocator_statistics stats; in test_alloc() local
|
/llvm-project/libcxx/test/support/ |
H A D | test_allocator.h | 90 TEST_CONSTEXPR_CXX14 explicit test_allocator(test_allocator_statistics* stats) TEST_NOEXCEPT : stats_(stats) { in test_allocator() argument 97 TEST_CONSTEXPR_CXX14 explicit test_allocator(int data, test_allocator_statistics* stats) TEST_NOEXCEPT in test_allocator() argument 232 TEST_CONSTEXPR explicit test_allocator(int data, test_allocator_statistics* stats) TEST_NOEXCEP argument 105 test_allocator(int data,int id,test_allocator_statistics * stats) test_allocator() argument 222 test_allocator(test_allocator_statistics * stats) test_allocator() argument 226 test_allocator(int data,test_allocator_statistics * stats) test_allocator() argument [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | PassDocGen.cpp | 44 ArrayRef<PassStatistic> stats = pass.getStatistics(); emitDoc() local
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassStatistics.cpp | 30 MutableArrayRef<Statistic> stats = std::nullopt) { in printPassEntry() 131 std::vector<Statistic> stats; in printResultsAsPipeline() local
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | complexity.pass.cpp | 26 } stats; global() variable [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 77 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_malloc_mac.cpp | 49 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | complexity.pass.cpp | 26 } stats; global() variable [all...] |
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopFusionUtils.cpp | 476 LoopNestStats *stats) { in getLoopNestStats() 529 Operation *forOp, LoopNestStats &stats, in getComputeCostHelper() 564 int64_t mlir::affine::getComputeCost(AffineForOp forOp, LoopNestStats &stats) { in getComputeCost()
|