/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.h | 56 const auto &Counters = It->second; in GetCounter() local 65 const auto &Counters = It->second; in GetNumberOfBlocks() local 72 const auto &Counters = It->second; in GetNumberOfCoveredBlocks() local 86 uint32_t NumberOfCoveredBlocks(const CoverageVector &Counters) const { in NumberOfCoveredBlocks() 94 uint32_t NumberOfUncoveredBlocks(const CoverageVector &Counters) const { in NumberOfUncoveredBlocks() 99 uint32_t SmallestNonZeroCounter(const CoverageVector &Counters) const { in SmallestNonZeroCounter()
|
H A D | FuzzerDataFlowTrace.cpp | 69 auto &Counters = in AppendCoverage() local 93 auto Counters = It.second; in FunctionWeights() local
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | PGOCtxProfReader.h | 42 SmallVector<uint64_t, 16> Counters; global() variable 46 PGOContextualProfile(GlobalValue::GUID G,SmallVectorImpl<uint64_t> && Counters) PGOContextualProfile() argument [all...] |
H A D | PGOCtxProfWriter.h | 21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; global() enumerator
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.h | 37 const ContextSampleCounterMap *Counters) in ProfileGeneratorBase() 161 const ContextSampleCounterMap *Counters) in ProfileGenerator() 195 const ContextSampleCounterMap *Counters) in CSProfileGenerator()
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 37 getOrEmplace(uint32_t Index,GlobalValue::GUID G,SmallVectorImpl<uint64_t> && Counters) getOrEmplace() argument 81 std::optional<SmallVector<uint64_t, 16>> Counters; readContext() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | TableLookupTest.cpp | 32 static uint8_t Counters[N]; variable
|
H A D | OutOfProcessFuzzTarget.cpp | 49 "__libfuzzer_extra_counters"))) static uint8_t Counters[kCountersSize]; variable
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | stats_test.cpp | 29 scudo::uptr Counters[scudo::StatCount] = {}; in TEST() local
|
/llvm-project/mlir/docs/ |
H A D | ActionTracing.md | 172 CommandLine ConfigurationAction: Tracing and Debugging MLIR-based Compilers""MLIR-provided Handlers""Debug Counters global() argument
|
/llvm-project/llvm/docs/ |
H A D | InstrProfileFormat.rst | 261 .. _calculation-of-counter-offset: 314 …/17ff25a58ee4f29816d932fdb75f0d305718069f/llvm/include/llvm/ProfileData/InstrProfReader.h#L439-L444 323 .. _`bitmap`:
|
/llvm-project/mlir/docs/Dialects/ |
H A D | OpenACCDialect.md | 240 #### Counters subsubsection
|
/llvm-project/third-party/benchmark/docs/ |
H A D | user_guide.md | 745 ### Counter Reporting
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 178 DenseMap<unsigned, CounterInfo> Counters; variable
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | InstrumentationSummary.h | 105 std::vector<MCSymbol *> Counters; member
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 257 __llvm_ctx_profile_start_context(ContextRoot * Root,GUID Guid,uint32_t Counters,uint32_t Callsites) __llvm_ctx_profile_start_context() argument
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkRunner.cpp | 78 const char *Counters, ArrayRef<const char *> ValidationCounters, in runAndSample() argument
|
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 882 const uint64_t *Counters, ProfileWriterContext &Ctx) in Graph() 1116 void Graph::computeEdgeFrequencies(const uint64_t *Counters, in computeEdgeFrequencies()
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 914 GlobalVariable *Counters = new GlobalVariable( emitProfileNotes() local
|
H A D | InstrProfiling.cpp | 929 auto *Counters = getOrCreateRegionCounters(I); getCounterAddress() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 804 SmallVector<Expr *, 4> Counters; global() member
|