llvm::PGOCtxProfileRecords

Bitstream record codes used in contextual PGO profiles.

Synopsis

Declared in <llvm/ProfileData/PGOCtxProfWriter.h>

enum PGOCtxProfileRecords;

Members

NameDescription
Invalid Sentinel; not a valid record code.
Version Profile format version record.
Guid Function GUID for a context or flat profile.
CallsiteIndex Callsite index identifying the call edge into a context.
Counters Counter vector for a context or flat profile.
TotalRootEntryCount Aggregate entry count across all roots of a contextual profile.