struct MachineJumpTableEntry

Declaration

struct MachineJumpTableEntry { /* full declaration omitted */ };

Description

MachineJumpTableEntry - One jump table in the jump table info.

Declared at: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h:34

Member Variables

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

Method Overview

Methods

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

Declared at: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h:38

Parameters

const std::vector<MachineBasicBlock*>& M