| libFirm 1.20 | 
Jumps to the block connected through the out-value. More...
| Functions | |
| ir_node * | new_rd_Jmp (dbg_info *dbgi, ir_node *block) | 
| Construct a Jmp node. | |
| ir_node * | new_r_Jmp (ir_node *block) | 
| Construct a Jmp node. | |
| ir_node * | new_d_Jmp (dbg_info *dbgi) | 
| Construct a Jmp node. | |
| ir_node * | new_Jmp (void) | 
| Construct a Jmp node. | |
| int | is_Jmp (const ir_node *node) | 
| Test if node is a Jmp. | |
| ir_op * | get_op_Jmp (void) | 
| Returns opcode for Jmp nodes. | |
| Variables | |
| ir_op * | op_Jmp | 
| Jmp opcode. | |
Jumps to the block connected through the out-value.
| ir_op* get_op_Jmp | ( | void | ) | 
Returns opcode for Jmp nodes.
| int is_Jmp | ( | const ir_node * | node | ) | 
Test if node is a Jmp.
Construct a Jmp node.
| dbgi | A pointer to debug information. | 
| ir_node* new_Jmp | ( | void | ) | 
Construct a Jmp node.
Construct a Jmp node.
| block | The IR block the node belongs to. | 
Construct a Jmp node.
| dbgi | A pointer to debug information. | 
| block | The IR block the node belongs to. |