|
LLVM 23.0.0git
|
#include "llvm/Object/BBAddrMap.h"
Public Types | |
| enum | { NumBits } |
Public Member Functions | |
| bool | hasPGOAnalysis () const |
| bool | hasPGOAnalysisBBData () const |
| uint16_t | encode () const |
| bool | operator== (const Features &Other) const |
Static Public Member Functions | |
| static Expected< Features > | decode (uint16_t Val) |
Static Public Attributes | |
| static constexpr uint16_t | KnownMask |
Definition at line 32 of file BBAddrMap.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NumBits | |
Definition at line 33 of file BBAddrMap.h.
Definition at line 62 of file BBAddrMap.h.
References llvm::createStringError(), and encode().
Referenced by llvm::object::decodeBBAddrMapPayload().
|
inline |
Definition at line 52 of file BBAddrMap.h.
Referenced by decode(), and operator==().
|
inline |
Definition at line 47 of file BBAddrMap.h.
References BBFreq, BrProb, and FuncEntryCount.
Referenced by llvm::object::decodeBBAddrMapPayload().
|
inline |
Definition at line 49 of file BBAddrMap.h.
References BBFreq, and BrProb.
Referenced by llvm::object::decodeBBAddrMapPayload().
Definition at line 74 of file BBAddrMap.h.
References encode(), and llvm::Other.
|
staticconstexpr |
Definition at line 44 of file BBAddrMap.h.