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 a jump table entry from the given destination blocks.

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