Home
last modified time | relevance | path

Searched defs:NrCounters (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h71 const uint32_t NrCounters; variable
80 static inline size_t getAllocSize(uint32_t NrCounters, uint32_t NrCallsites) { in getAllocSize()
H A DCtxInstrProfiling.cpp95 uint32_t NrCounters, uint32_t NrCallsites, in allocContextNode()
164 uint32_t NrCounters, uint32_t NrCallsites) { in getCallsiteSlow()
185 uint32_t NrCounters, in __llvm_ctx_profile_get_context()
240 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NrCounters, in setupContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DCtxInstrContextNode.h71 const uint32_t NrCounters; variable
80 static inline size_t getAllocSize(uint32_t NrCounters, uint32_t NrCallsites) { in getAllocSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp73 uint32_t NrCounters = 0; in getNrCountersAndCallsites() local