Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h174 DenseMap<unsigned, CounterInfo> Counters; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp914 GlobalVariable *Counters = new GlobalVariable( in emitProfileNotes() local
H A DInstrProfiling.cpp851 auto *Counters = getOrCreateRegionCounters(I); getCounterAddress() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h804 SmallVector<Expr *, 4> Counters; member