LLVM 23.0.0git
llvm::ValueProfData Struct Reference

Per-function header/control data structure for value profiling data in indexed format. More...

#include "llvm/ProfileData/InstrProf.h"

Public Attributes

uint32_t TotalSize
uint32_t NumValueKinds

Detailed Description

Per-function header/control data structure for value profiling data in indexed format.

Definition at line 456 of file InstrProf.h.

Member Data Documentation

◆ NumValueKinds

uint32_t llvm::ValueProfData::NumValueKinds

Definition at line 470 of file InstrProf.h.

◆ TotalSize

uint32_t llvm::ValueProfData::TotalSize

Definition at line 461 of file InstrProf.h.


The documentation for this struct was generated from the following file: