LLVM: llvm::BlockFrequencyInfoImplBase::FrequencyData Struct Reference (original) (raw)

Stats about a block itself. More...

#include "[llvm/Analysis/BlockFrequencyInfoImpl.h](BlockFrequencyInfoImpl%5F8h%5Fsource.html)"

Public Attributes
Scaled64 Scaled
uint64_t Integer

Detailed Description

Stats about a block itself.

Definition at line 212 of file BlockFrequencyInfoImpl.h.

Member Data Documentation

Integer

uint64_t llvm::BlockFrequencyInfoImplBase::FrequencyData::Integer

Definition at line 214 of file BlockFrequencyInfoImpl.h.

Scaled

Scaled64 llvm::BlockFrequencyInfoImplBase::FrequencyData::Scaled

Definition at line 213 of file BlockFrequencyInfoImpl.h.


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