LLVM 20.0.0git
|
MachineJumpTableEntry - One jump table in the jump table info. More...
#include "llvm/CodeGen/MachineJumpTableInfo.h"
Public Member Functions | |
MachineJumpTableEntry (const std::vector< MachineBasicBlock * > &M) | |
Public Attributes | |
std::vector< MachineBasicBlock * > | MBBs |
MBBs - The vector of basic blocks from which to create the jump table. | |
MachineFunctionDataHotness | Hotness |
The hotness of MJTE is inferred from the hotness of the source basic block(s) that reference it. | |
MachineJumpTableEntry - One jump table in the jump table info.
Definition at line 35 of file MachineJumpTableInfo.h.
|
explicit |
Definition at line 1314 of file MachineFunction.cpp.
MachineFunctionDataHotness llvm::MachineJumpTableEntry::Hotness |
The hotness of MJTE is inferred from the hotness of the source basic block(s) that reference it.
Definition at line 41 of file MachineJumpTableInfo.h.
std::vector<MachineBasicBlock*> llvm::MachineJumpTableEntry::MBBs |
MBBs - The vector of basic blocks from which to create the jump table.
Definition at line 37 of file MachineJumpTableInfo.h.
Referenced by jumpTableHasOtherUses(), and llvm::MachineJumpTableInfo::ReplaceMBBInJumpTable().