Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp200 uint32_t NumCounters) { in addProbe()
272 std::optional<uint64_t> NumCounters; in correlateProfileDataImpl() local
H A DInstrProfReader.cpp373 uint64_t NumCounters; in readNextRecord() local
558 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c26 uint64_t NumCounters = __llvm_profile_get_num_counters( in lprofGetLoadModuleSignature() local
H A DInstrProfilingWriter.c272 const uint64_t NumCounters = in lprofWriteDataImpl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h90 uint32_t NumCounters; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp841 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createRegionCounters() local
932 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in getOrCreateRegionCounters() local
1094 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
H A DPGOInstrumentation.cpp879 unsigned NumCounters = in instrumentOneFunc() local
1148 unsigned NumCounters = in setInstrumentedCounts() local
H A DGCOVProfiling.cpp1240 auto *NumCounters = Builder.CreateLoad( in insertCounterWriteout() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h172 uptr NumCounters; variable