LLVM: llvm::MBFIWrapper Class Reference (original) (raw)
#include "[llvm/CodeGen/MBFIWrapper.h](MBFIWrapper%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| MBFIWrapper (const MachineBlockFrequencyInfo &I) | |
| BlockFrequency | getBlockFreq (const MachineBasicBlock *MBB) const |
| void | setBlockFreq (const MachineBasicBlock *MBB, BlockFrequency F) |
| std::optional< uint64_t > | getBlockProfileCount (const MachineBasicBlock *MBB) const |
| void | view (const Twine &Name, bool isSimple=true) |
| BlockFrequency | getEntryFreq () const |
| const MachineBlockFrequencyInfo & | getMBFI () const |
Definition at line 26 of file MBFIWrapper.h.
◆ getBlockFreq()
◆ getBlockProfileCount()
◆ getEntryFreq()
◆ getMBFI()
◆ setBlockFreq()
◆ view()
The documentation for this class was generated from the following files:
- include/llvm/CodeGen/MBFIWrapper.h
- lib/CodeGen/MBFIWrapper.cpp