LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::MachineJumpTableEntry Struct Reference

MachineJumpTableEntry - One jump table in the jump table info. More...

#include "llvm/CodeGen/MachineJumpTableInfo.h"

Collaboration diagram for llvm::MachineJumpTableEntry:
Collaboration graph
[legend]

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. More...
 

Detailed Description

MachineJumpTableEntry - One jump table in the jump table info.

Definition at line 35 of file MachineJumpTableInfo.h.

Constructor & Destructor Documentation

◆ MachineJumpTableEntry()

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

Definition at line 39 of file MachineJumpTableInfo.h.

Member Data Documentation

◆ MBBs

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 INITIALIZE_PASS(), and llvm::MachineJumpTableInfo::ReplaceMBBInJumpTable().


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