Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.h37 const ContextSampleCounterMap *Counters) in ProfileGeneratorBase()
150 const ContextSampleCounterMap *Counters) in ProfileGenerator()
184 const ContextSampleCounterMap *Counters) in CSProfileGenerator()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dstats_test.cpp29 scudo::uptr Counters[scudo::StatCount] = {}; in TEST() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h174 DenseMap<unsigned, CounterInfo> Counters; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp669 auto *Counters = getOrCreateRegionCounters(I); in getCounterAddress() local
H A DGCOVProfiling.cpp912 GlobalVariable *Counters = new GlobalVariable( in emitProfileNotes() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h789 SmallVector<Expr *, 4> Counters; member