Home
last modified time | relevance | path

Searched defs:Stats (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/bolt/include/bolt/Passes/
H A DCMOVConversion.h39 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 Dcomplexity.pass.cpp23 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 Dcomplexity.pass.cpp23 struct Stats { argument
22 struct Stats { global() struct
24 copiedStats global() argument
25 movedStats global() argument
H A Dranges_sort_heap.pass.cpp201 struct Stats { argument
199 struct Stats { global() struct
200 comparedStats global() argument
202 movedStats global() argument
/llvm-project/lldb/source/Utility/
H A DTimer.cpp117 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 DBackground.h86 struct Stats { struct
93 BackgroundQueue(std::function<void(Stats)> OnProgress = nullptr) argument
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp67 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 Dsanitizer_allocator_secondary.h318 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 DFuzzerFork.cpp32 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 Dcompare_strong_order_fallback.pass.cpp450 struct Stats { struct
451 eqN2::Stats global() argument
452 ltN2::Stats global() argument
H A Dcompare_partial_order_fallback.pass.cpp244 struct Stats { struct
245 eqN2::Stats global() argument
246 ltN2::Stats global() argument
H A Dcompare_weak_order_fallback.pass.cpp497 struct Stats { struct
498 eqN2::Stats global() argument
499 ltN2::Stats global() argument
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
H A DBenchmarkResultTest.cpp126 PerInstructionStats Stats; in TEST_F() local
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DBenchmarkResultTest.cpp164 PerInstructionStats Stats; in TEST() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h80 for (const auto &Stats : StatsList) { in get() local
H A Dlocal_cache.h146 LocalStats Stats; member
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp28 Stats::Stats() { in Stats() function in Stats
[all...]
/llvm-project/bolt/lib/Core/
H A DDynoStats.cpp163 DynoStats Stats(/*PrintAArch64Stats*/ BC.isAArch64()); in getDynoStats() local
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cpp110 TEST(Mman, Stats) { in TEST() argument
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp130 TagStats Stats; in dumpChildStats() local
H A DPDBExtras.cpp409 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const TagStats &Stats) { in operator <<()
/llvm-project/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp
/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h59 bool Stats = false; global() variable
/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp276 auto Stats = calcTSPScore(BFs, BBAddr, BBSize); in printAll() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h245 ClangTidyStats Stats; global() variable

123