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. | |
MachineJumpTableEntry - One jump table in the jump table info.
Definition at line 34 of file MachineJumpTableInfo.h.
|
inlineexplicit |
Definition at line 38 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 36 of file MachineJumpTableInfo.h.
Referenced by jumpTableHasOtherUses(), and llvm::MachineJumpTableInfo::ReplaceMBBInJumpTable().