LLVM 20.0.0git
|
Extra basic block data with fields for block frequency and branch probability. More...
#include "llvm/Object/ELFTypes.h"
Classes | |
struct | SuccessorEntry |
Single successor of a given basic block that contains the tag and branch probability associated with it. More... | |
Public Member Functions | |
bool | operator== (const PGOBBEntry &Other) const |
Public Attributes | |
BlockFrequency | BlockFreq |
Block frequency taken from MBFI. | |
llvm::SmallVector< SuccessorEntry, 2 > | Successors |
List of successors of the current block. | |
Extra basic block data with fields for block frequency and branch probability.
Definition at line 989 of file ELFTypes.h.
|
inline |
Definition at line 1008 of file ELFTypes.h.
References Other.
BlockFrequency llvm::object::PGOAnalysisMap::PGOBBEntry::BlockFreq |
Block frequency taken from MBFI.
Definition at line 1004 of file ELFTypes.h.
llvm::SmallVector<SuccessorEntry, 2> llvm::object::PGOAnalysisMap::PGOBBEntry::Successors |
List of successors of the current block.
Definition at line 1006 of file ELFTypes.h.