LLVM API Documentation

llvm::MachineJumpTableEntry Struct Reference

#include <MachineJumpTableInfo.h>

Collaboration diagram for llvm::MachineJumpTableEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MachineJumpTableEntry (std::vector< MachineBasicBlock * > &M)

Public Attributes

std::vector< MachineBasicBlock * > MBBs
 MBBs - The vector of basic blocks from which to create the jump table.

Detailed Description

MachineJumpTableEntry - One jump table in the jump table info.

Definition at line 32 of file MachineJumpTableInfo.h.


Constructor & Destructor Documentation

llvm::MachineJumpTableEntry::MachineJumpTableEntry ( std::vector< MachineBasicBlock * > &  M  )  [inline]

Definition at line 36 of file MachineJumpTableInfo.h.


Member Data Documentation

std::vector<MachineBasicBlock*> llvm::MachineJumpTableEntry::MBBs

MBBs - The vector of basic blocks from which to create the jump table.

Definition at line 34 of file MachineJumpTableInfo.h.


The documentation for this struct was generated from the following file: