libFirm
Jmp node

Jumps to the block connected through the out-value. More...

Functions

ir_nodenew_rd_Jmp (dbg_info *dbgi, ir_node *block)
 Construct a Jmp node.
ir_nodenew_r_Jmp (ir_node *block)
 Construct a Jmp node.
ir_nodenew_d_Jmp (dbg_info *dbgi)
 Construct a Jmp node.
ir_nodenew_Jmp (void)
 Construct a Jmp node.
int is_Jmp (const ir_node *node)
 Test if node is a Jmp.
ir_opget_op_Jmp (void)
 Returns opcode for Jmp nodes.

Variables

ir_opop_Jmp
 Jmp opcode.

Detailed Description

Jumps to the block connected through the out-value.

Function Documentation

ir_op* get_op_Jmp ( void  )

Returns opcode for Jmp nodes.

int is_Jmp ( const ir_node node)

Test if node is a Jmp.

Returns
1 if the node is a Jmp node, 0 otherwise
ir_node* new_d_Jmp ( dbg_info dbgi)

Construct a Jmp node.

Parameters
dbgiA pointer to debug information.
ir_node* new_Jmp ( void  )

Construct a Jmp node.

ir_node* new_r_Jmp ( ir_node block)

Construct a Jmp node.

Parameters
blockThe IR block the node belongs to.
ir_node* new_rd_Jmp ( dbg_info dbgi,
ir_node block 
)

Construct a Jmp node.

Parameters
dbgiA pointer to debug information.
blockThe IR block the node belongs to.

Variable Documentation

ir_op* op_Jmp

Jmp opcode.

Definition at line 233 of file opcodes.h.