LLVM 20.0.0git
|
A feature extension of BBAddrMap that holds information relevant to PGO. More...
#include "llvm/Object/ELFTypes.h"
Classes | |
struct | PGOBBEntry |
Extra basic block data with fields for block frequency and branch probability. More... | |
Public Member Functions | |
bool | operator== (const PGOAnalysisMap &Other) const |
Public Attributes | |
uint64_t | FuncEntryCount |
std::vector< PGOBBEntry > | BBEntries |
BBAddrMap::Features | FeatEnable |
A feature extension of BBAddrMap that holds information relevant to PGO.
Definition at line 986 of file ELFTypes.h.
|
inline |
Definition at line 1020 of file ELFTypes.h.
References FuncEntryCount, and Other.
std::vector<PGOBBEntry> llvm::object::PGOAnalysisMap::BBEntries |
Definition at line 1015 of file ELFTypes.h.
BBAddrMap::Features llvm::object::PGOAnalysisMap::FeatEnable |
Definition at line 1018 of file ELFTypes.h.
uint64_t llvm::object::PGOAnalysisMap::FuncEntryCount |
Definition at line 1014 of file ELFTypes.h.