MachineJumpTableEntry ‐ One jump table in the jump table info.

Synopsis

Declared in <llvm/CodeGen/MachineJumpTableInfo.h>

struct MachineJumpTableEntry;

Member Functions

Name

Description

MachineJumpTableEntry [constructor]

Construct from vector

Data Members

Name

Description

Hotness

The hotness of MJTE is inferred from the hotness of the source basic block(s) that reference it.

MBBs

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

Created with MrDocs