Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h42 SmallVector<uint64_t, 16> Counters; variable
46 SmallVectorImpl<uint64_t> &&Counters) in PGOContextualProfile()
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp37 SmallVectorImpl<uint64_t> &&Counters) { in getOrEmplace()
81 std::optional<SmallVector<uint64_t, 16>> Counters; in readContext() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h178 DenseMap<unsigned, CounterInfo> Counters; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp257 ContextRoot *Root, GUID Guid, uint32_t Counters, in __llvm_ctx_profile_start_context()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp914 GlobalVariable *Counters = new GlobalVariable( in emitProfileNotes() local
H A DInstrProfiling.cpp1104 auto *Counters = getOrCreateRegionCounters(I); in getCounterAddress() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h804 SmallVector<Expr *, 4> Counters; member