/llvm-project/bolt/include/bolt/Passes/ |
H A D | CMOVConversion.h | 39 struct Stats { struct 52 Stats operator+(const Stats &O) { argument 70 Stats Global; argument
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | complexity.pass.cpp | 23 struct Stats { argument 22 struct Stats { global() struct 24 copiedStats global() argument 25 movedStats global() argument
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | complexity.pass.cpp | 23 struct Stats { argument 22 struct Stats { global() struct 24 copiedStats global() argument 25 movedStats global() argument
|
H A D | ranges_sort_heap.pass.cpp | 201 struct Stats { argument 199 struct Stats { global() struct 200 comparedStats global() argument 202 movedStats global() argument
|
/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 117 struct Stats { struct 118 const char *name; 119 uint64_t nanos; 120 uint64_t nanos_total; 121 uint64_t count;
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Background.h | 86 struct Stats { struct 93 BackgroundQueue(std::function<void(Stats)> OnProgress = nullptr) argument
|
/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 67 std::vector<TrackingStatistic *> Stats; member in __anonf201ab470111::StatisticInfo 177 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 205 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local 232 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_secondary.h | 318 struct Stats { struct 319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64];
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFork.cpp | 32 struct Stats { struct 200 auto Stats = ParseFinalStatsFromLog(Job->LogPath); in RunOneMergeJob() local 33 number_of_executed_unitsfuzzer::Stats global() argument 34 peak_rss_mbfuzzer::Stats global() argument 35 average_exec_per_secfuzzer::Stats global() argument
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.alg/ |
H A D | compare_strong_order_fallback.pass.cpp | 450 struct Stats { struct 451 eqN2::Stats global() argument 452 ltN2::Stats global() argument
|
H A D | compare_partial_order_fallback.pass.cpp | 244 struct Stats { struct 245 eqN2::Stats global() argument 246 ltN2::Stats global() argument
|
H A D | compare_weak_order_fallback.pass.cpp | 497 struct Stats { struct 498 eqN2::Stats global() argument 499 ltN2::Stats global() argument
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
H A D | BenchmarkResultTest.cpp | 126 PerInstructionStats Stats; in TEST_F() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
H A D | BenchmarkResultTest.cpp | 164 PerInstructionStats Stats; in TEST() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | stats.h | 80 for (const auto &Stats : StatsList) { in get() local
|
H A D | local_cache.h | 146 LocalStats Stats; member
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_stats.cpp | 28 Stats::Stats() { in Stats() function in Stats [all...] |
/llvm-project/bolt/lib/Core/ |
H A D | DynoStats.cpp | 163 DynoStats Stats(/*PrintAArch64Stats*/ BC.isAArch64()); in getDynoStats() local
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_mman_test.cpp | 110 TEST(Mman, Stats) { in TEST() argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 130 TagStats Stats; in dumpChildStats() local
|
H A D | PDBExtras.cpp | 409 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const TagStats &Stats) { in operator <<()
|
/llvm-project/clang-tools-extra/pseudo/tool/ |
H A D | ClangPseudo.cpp |
|
/llvm-project/clang/include/clang/Driver/ |
H A D | SanitizerArgs.h | 59 bool Stats = false; global() variable
|
/llvm-project/bolt/lib/Passes/ |
H A D | CacheMetrics.cpp | 276 auto Stats = calcTSPScore(BFs, BBAddr, BBSize); in printAll() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.h | 245 ClangTidyStats Stats; global() variable
|