LLVM: llvm::ProfileSummaryEntry Struct Reference (original) (raw)

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

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

Definition at line 33 of file ProfileSummary.h.

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

Cutoff

MinCount

NumCounts


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