LLVM  3.7.0
Public Attributes | List of all members
llvm::BlockFrequencyInfoImplBase::FrequencyData Struct Reference

Stats about a block itself. More...

#include <BlockFrequencyInfoImpl.h>

Collaboration diagram for llvm::BlockFrequencyInfoImplBase::FrequencyData:
[legend]

Public Attributes

Scaled64 Scaled
 
uint64_t Integer
 

Detailed Description

Stats about a block itself.

Definition at line 187 of file BlockFrequencyInfoImpl.h.

Member Data Documentation

uint64_t llvm::BlockFrequencyInfoImplBase::FrequencyData::Integer

Definition at line 189 of file BlockFrequencyInfoImpl.h.

Scaled64 llvm::BlockFrequencyInfoImplBase::FrequencyData::Scaled

Definition at line 188 of file BlockFrequencyInfoImpl.h.


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