LLVM 20.0.0git
|
Class to represent profile counts. More...
#include "llvm/IR/Function.h"
Public Member Functions | |
ProfileCount (uint64_t Count, ProfileCountType PCT) | |
uint64_t | getCount () const |
ProfileCountType | getType () const |
bool | isSynthetic () const |
Class to represent profile counts.
This class represents both real and synthetic profile counts.
Definition at line 296 of file Function.h.
|
inline |
Definition at line 302 of file Function.h.
|
inline |
Definition at line 304 of file Function.h.
Referenced by llvm::Function::setEntryCount(), and updateCallProfile().
|
inline |
Definition at line 305 of file Function.h.
Referenced by llvm::Function::setEntryCount().
|
inline |
Definition at line 306 of file Function.h.
Referenced by llvm::Function::setEntryCount(), and updateCallProfile().