LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::ProfileSummaryEntry Struct Reference

#include "llvm/IR/ProfileSummary.h"

Collaboration diagram for llvm::ProfileSummaryEntry:
Collaboration graph
[legend]

Public Member Functions

 ProfileSummaryEntry (uint32_t TheCutoff, uint64_t TheMinCount, uint64_t TheNumCounts)
 

Public Attributes

uint32_t Cutoff
 The required percentile of counts. More...
 
uint64_t MinCount
 The minimum count for this percentile. More...
 
uint64_t NumCounts
 Number of counts >= the minimum count. More...
 

Detailed Description

Definition at line 32 of file ProfileSummary.h.

Constructor & Destructor Documentation

◆ ProfileSummaryEntry()

llvm::ProfileSummaryEntry::ProfileSummaryEntry ( uint32_t  TheCutoff,
uint64_t  TheMinCount,
uint64_t  TheNumCounts 
)
inline

Definition at line 37 of file ProfileSummary.h.

Member Data Documentation

◆ Cutoff

uint32_t llvm::ProfileSummaryEntry::Cutoff

The required percentile of counts.

Definition at line 33 of file ProfileSummary.h.

Referenced by getEntryForPercentile(), and llvm::IndexedInstrProf::Summary::setEntry().

◆ MinCount

uint64_t llvm::ProfileSummaryEntry::MinCount

The minimum count for this percentile.

Definition at line 34 of file ProfileSummary.h.

Referenced by llvm::IndexedInstrProf::Summary::setEntry().

◆ NumCounts

uint64_t llvm::ProfileSummaryEntry::NumCounts

Number of counts >= the minimum count.

Definition at line 35 of file ProfileSummary.h.

Referenced by llvm::ProfileSummary::getNumCounts(), and llvm::IndexedInstrProf::Summary::setEntry().


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