LLVM 22.0.0git
|
#include "llvm/ProfileData/CtxInstrContextNode.h"
Public Member Functions | |
ContextNode (GUID Guid, uint32_t NumCounters, uint32_t NumCallsites, ContextNode *Next=nullptr) | |
uint64_t * | counters () |
uint32_t | counters_size () const |
uint32_t | callsites_size () const |
const uint64_t * | counters () const |
ContextNode ** | subContexts () |
ContextNode *const * | subContexts () const |
GUID | guid () const |
ContextNode * | next () const |
size_t | size () const |
uint64_t | entrycount () const |
Static Public Member Functions | |
static size_t | getAllocSize (uint32_t NumCounters, uint32_t NumCallsites) |
Definition at line 68 of file CtxInstrContextNode.h.
|
inline |
Definition at line 75 of file CtxInstrContextNode.h.
References ContextNode().
Referenced by ContextNode(), counters(), counters(), getAllocSize(), next(), subContexts(), and subContexts().
|
inline |
Definition at line 93 of file CtxInstrContextNode.h.
|
inline |
Definition at line 87 of file CtxInstrContextNode.h.
References ContextNode().
Referenced by counters(), entrycount(), subContexts(), and llvm::PGOCtxProfileWriter::writeContextual().
Definition at line 95 of file CtxInstrContextNode.h.
References ContextNode(), and counters().
|
inline |
Definition at line 92 of file CtxInstrContextNode.h.
Referenced by llvm::PGOCtxProfileWriter::writeContextual().
|
inline |
Definition at line 113 of file CtxInstrContextNode.h.
References counters().
Referenced by llvm::PGOCtxProfileWriter::writeContextual().
|
inlinestatic |
Definition at line 80 of file CtxInstrContextNode.h.
References ContextNode().
Referenced by size().
|
inline |
Definition at line 108 of file CtxInstrContextNode.h.
Referenced by llvm::PGOCtxProfileWriter::writeContextual().
|
inline |
Definition at line 109 of file CtxInstrContextNode.h.
References ContextNode().
|
inline |
Definition at line 111 of file CtxInstrContextNode.h.
References getAllocSize().
|
inline |
Definition at line 100 of file CtxInstrContextNode.h.
References ContextNode(), and counters().
Referenced by subContexts().
|
inline |
Definition at line 104 of file CtxInstrContextNode.h.
References ContextNode(), and subContexts().