Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c26 uint64_t NumCounters = __llvm_profile_get_num_counters( in lprofGetLoadModuleSignature() local
H A DInstrProfilingWriter.c278 const uint64_t NumCounters = in lprofWriteDataImpl() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h103 uint32_t NumCounters; global() member
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp261 addDataProbe(uint64_t NameRef,uint64_t CFGHash,IntPtrT CounterOffset,IntPtrT FunctionPtr,uint32_t NumCounters) addDataProbe() argument
339 std::optional<uint64_t> NumCounters; correlateProfileDataImpl() local
[all...]
H A DInstrProfReader.cpp414 uint64_t NumCounters; readNextRecord() local
689 uint32_t NumCounters = swap(Data->NumCounters); readRawCounts() local
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp41 const scudo::uptr NumCounters = in TEST() local
64 const scudo::uptr NumCounters = in TEST() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1485 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); createRegionCounters() local
1622 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); createDataVariable() local
1729 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; emitVNodes() local
[all...]
H A DPGOInstrumentation.cpp902 unsigned NumCounters = instrumentOneFunc() local
1229 unsigned NumCounters = setInstrumentedCounts() local
H A DGCOVProfiling.cpp1245 auto *NumCounters = Builder.CreateLoad( insertCounterWriteout() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h337 uptr NumCounters; global() variable