Searched defs:NrCounters (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | CtxInstrContextNode.h | 71 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 D | CtxInstrContextNode.h | 71 const uint32_t NrCounters; global() variable 80 getAllocSize(uint32_t NrCounters,uint32_t NrCallsites) getAllocSize() argument
|
H A D | CtxInstrProfiling.cpp | 95 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 D | PGOCtxProfLowering.cpp | 73 uint32_t NrCounters = 0; getNrCountersAndCallsites() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | PGOCtxProfReaderWriterTest.cpp | 27 createNode(GUID Guid,uint32_t NrCounters,uint32_t NrCallsites,ContextNode * Next=nullptr) createNode() argument
|