Searched defs:NumCounters (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrContextNode.h | 71 const uint32_t NumCounters; variable 80 static inline size_t getAllocSize(uint32_t NumCounters, in getAllocSize()
|
| H A D | CtxInstrProfiling.cpp | 118 uint32_t NumCounters, in allocContextNode() 191 uint32_t NumCounters, uint32_t NumCallsites) { in getCallsiteSlow() 212 uint32_t NumCounters) { in getFlatProfile() 257 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NumCounters, in setupContext() 310 uint32_t NumCounters, uint32_t NumCallsites, in getUnhandledContext() 351 GUID Guid, uint32_t NumCounters, in __llvm_ctx_profile_get_context()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | CtxInstrContextNode.h | 71 const uint32_t NumCounters; variable 80 static inline size_t getAllocSize(uint32_t NumCounters, in getAllocSize()
|
| H A D | InstrProfCorrelator.h | 108 uint32_t NumCounters; member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMerge.c | 26 uint64_t NumCounters = __llvm_profile_get_num_counters( in lprofGetLoadModuleSignature() local
|
| H A D | InstrProfilingWriter.c | 278 const uint64_t NumCounters = in lprofWriteDataImpl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 285 uint32_t NumCounters) { in addDataProbe() 363 std::optional<uint64_t> NumCounters; in correlateProfileDataImpl() local
|
| H A D | InstrProfReader.cpp | 426 uint64_t NumCounters; in readNextRecord() local 722 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfLowering.cpp | 82 uint32_t NumCounters = 0; in getNumCountersAndCallsites() local
|
| H A D | InstrProfiling.cpp | 1660 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createRegionCounters() local 1798 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createDataVariable() local 1909 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
|
| H A D | PGOInstrumentation.cpp | 968 unsigned NumCounters = in instrument() local 1312 unsigned NumCounters = in setInstrumentedCounts() local
|
| H A D | GCOVProfiling.cpp | 1262 auto *NumCounters = Builder.CreateLoad( in insertCounterWriteout() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 345 uptr NumCounters; variable
|