LLVM
10.0.0svn
|
#include "llvm/ProfileData/InstrProf.h"
Public Attributes | |
uint64_t | Cutoff |
The required percentile of total execution count. More... | |
uint64_t | MinBlockCount |
The minimum execution count for this percentile. More... | |
uint64_t | NumBlocks |
Number of blocks >= the minumum execution count. More... | |
Definition at line 1000 of file InstrProf.h.
uint64_t llvm::IndexedInstrProf::Summary::Entry::Cutoff |
The required percentile of total execution count.
Definition at line 1001 of file InstrProf.h.
Referenced by llvm::IndexedInstrProfReader::hasFormat(), and llvm::IndexedInstrProf::Summary::setEntry().
uint64_t llvm::IndexedInstrProf::Summary::Entry::MinBlockCount |
The minimum execution count for this percentile.
Definition at line 1003 of file InstrProf.h.
Referenced by llvm::IndexedInstrProfReader::hasFormat(), and llvm::IndexedInstrProf::Summary::setEntry().
uint64_t llvm::IndexedInstrProf::Summary::Entry::NumBlocks |
Number of blocks >= the minumum execution count.
Definition at line 1004 of file InstrProf.h.
Referenced by llvm::IndexedInstrProfReader::hasFormat(), and llvm::IndexedInstrProf::Summary::setEntry().