LLVM 22.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 424 of file InstrProf.h.

Member Data Documentation

◆ NumValueKinds

uint32_t llvm::ValueProfData::NumValueKinds

Definition at line 438 of file InstrProf.h.

◆ TotalSize

uint32_t llvm::ValueProfData::TotalSize

Definition at line 429 of file InstrProf.h.


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