LLVM  8.0.1
Public Attributes | List of all members
llvm::IndexedInstrProf::Summary::Entry Struct Reference

#include "llvm/ProfileData/InstrProf.h"

Collaboration diagram for llvm::IndexedInstrProf::Summary::Entry:
Collaboration graph
[legend]

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...
 

Detailed Description

Definition at line 915 of file InstrProf.h.

Member Data Documentation

◆ Cutoff

uint64_t llvm::IndexedInstrProf::Summary::Entry::Cutoff

The required percentile of total execution count.

Definition at line 916 of file InstrProf.h.

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

◆ MinBlockCount

uint64_t llvm::IndexedInstrProf::Summary::Entry::MinBlockCount

The minimum execution count for this percentile.

Definition at line 918 of file InstrProf.h.

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

◆ NumBlocks

uint64_t llvm::IndexedInstrProf::Summary::Entry::NumBlocks

Number of blocks >= the minumum execution count.

Definition at line 919 of file InstrProf.h.

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


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