|
LLVM
8.0.1
|
#include "llvm/IR/ProfileSummary.h"

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... | |
Definition at line 32 of file ProfileSummary.h.
|
inline |
Definition at line 37 of file ProfileSummary.h.
| 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().
| 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().
| 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().
1.8.13