Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingMerge.c26 uint64_t NumCounters = __llvm_profile_get_num_counters( in lprofGetLoadModuleSignature() local
HDInstrProfilingWriter.c278 const uint64_t NumCounters = in lprofWriteDataImpl() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfCorrelator.h103 uint32_t NumCounters; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfCorrelator.cpp261 uint32_t NumCounters) { in addDataProbe()
339 std::optional<uint64_t> NumCounters; in correlateProfileDataImpl() local
HDInstrProfReader.cpp414 uint64_t NumCounters; in readNextRecord() local
689 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp1663 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createRegionCounters() local
1800 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createDataVariable() local
1907 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
HDPGOInstrumentation.cpp902 unsigned NumCounters = in instrumentOneFunc() local
1231 unsigned NumCounters = in setInstrumentedCounts() local
HDGCOVProfiling.cpp1245 auto *NumCounters = Builder.CreateLoad( in insertCounterWriteout() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDrelease.h337 uptr NumCounters; variable