Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ProfileData/
H A DCtxInstrContextNode.h71 const uint32_t NrCounters; global() variable
80 getAllocSize(uint32_t NrCounters,uint32_t NrCallsites) getAllocSize() argument
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h71 const uint32_t NrCounters; global() variable
80 getAllocSize(uint32_t NrCounters,uint32_t NrCallsites) getAllocSize() argument
H A DCtxInstrProfiling.cpp95 allocContextNode(char * Place,GUID Guid,uint32_t NrCounters,uint32_t NrCallsites,ContextNode * Next=nullptr) allocContextNode() argument
164 getCallsiteSlow(GUID Guid,ContextNode ** InsertionPoint,uint32_t NrCounters,uint32_t NrCallsites) getCallsiteSlow() argument
185 __llvm_ctx_profile_get_context(void * Callee,GUID Guid,uint32_t NrCounters,uint32_t NrCallsites) __llvm_ctx_profile_get_context() argument
240 setupContext(ContextRoot * Root,GUID Guid,uint32_t NrCounters,uint32_t NrCallsites) setupContext() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp73 uint32_t NrCounters = 0; getNrCountersAndCallsites() local
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp27 createNode(GUID Guid,uint32_t NrCounters,uint32_t NrCallsites,ContextNode * Next=nullptr) createNode() argument