Home
last modified time | relevance | path

Searched defs:Counters (Results 1 – 21 of 21) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h56 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 DFuzzerDataFlowTrace.cpp69 auto &Counters = in AppendCoverage() local
93 auto Counters = It.second; in FunctionWeights() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h42 SmallVector<uint64_t, 16> Counters; global() variable
46 PGOContextualProfile(GlobalValue::GUID G,SmallVectorImpl<uint64_t> && Counters) PGOContextualProfile() argument
[all...]
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; global() enumerator
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.h37 const ContextSampleCounterMap *Counters) in ProfileGeneratorBase()
161 const ContextSampleCounterMap *Counters) in ProfileGenerator()
195 const ContextSampleCounterMap *Counters) in CSProfileGenerator()
/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp37 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 DTableLookupTest.cpp32 static uint8_t Counters[N]; variable
H A DOutOfProcessFuzzTarget.cpp49 "__libfuzzer_extra_counters"))) static uint8_t Counters[kCountersSize]; variable
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dstats_test.cpp29 scudo::uptr Counters[scudo::StatCount] = {}; in TEST() local
/llvm-project/mlir/docs/
H A DActionTracing.md172 CommandLine ConfigurationAction: Tracing and Debugging MLIR-based Compilers""MLIR-provided Handlers""Debug Counters global() argument
/llvm-project/llvm/docs/
H A DInstrProfileFormat.rst261 .. _calculation-of-counter-offset:
314 …/17ff25a58ee4f29816d932fdb75f0d305718069f/llvm/include/llvm/ProfileData/InstrProfReader.h#L439-L444
323 .. _`bitmap`:
/llvm-project/mlir/docs/Dialects/
H A DOpenACCDialect.md240 #### Counters subsubsection
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md745 ### Counter Reporting
/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h178 DenseMap<unsigned, CounterInfo> Counters; variable
/llvm-project/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h105 std::vector<MCSymbol *> Counters; member
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp257 __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 DBenchmarkRunner.cpp78 const char *Counters, ArrayRef<const char *> ValidationCounters, in runAndSample() argument
/llvm-project/bolt/runtime/
H A Dinstr.cpp882 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 DGCOVProfiling.cpp914 GlobalVariable *Counters = new GlobalVariable( emitProfileNotes() local
H A DInstrProfiling.cpp929 auto *Counters = getOrCreateRegionCounters(I); getCounterAddress() local
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h804 SmallVector<Expr *, 4> Counters; global() member