LLVM 20.0.0git
|
Single successor of a given basic block that contains the tag and branch probability associated with it. More...
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
bool | operator== (const SuccessorEntry &Other) const |
Public Attributes | |
uint32_t | ID |
Unique ID of this successor basic block. | |
BranchProbability | Prob |
Branch Probability of the edge to this successor taken from MBPI. | |
Single successor of a given basic block that contains the tag and branch probability associated with it.
Definition at line 992 of file ELFTypes.h.
|
inline |
Definition at line 998 of file ELFTypes.h.
References Other.
uint32_t llvm::object::PGOAnalysisMap::PGOBBEntry::SuccessorEntry::ID |
Unique ID of this successor basic block.
Definition at line 994 of file ELFTypes.h.
BranchProbability llvm::object::PGOAnalysisMap::PGOBBEntry::SuccessorEntry::Prob |
Branch Probability of the edge to this successor taken from MBPI.
Definition at line 996 of file ELFTypes.h.