libFirm
|
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. More... | |
ir_node * | new_r_Jmp (ir_node *block) |
Construct a Jmp node. More... | |
ir_node * | new_d_Jmp (dbg_info *dbgi) |
Construct a Jmp node. More... | |
ir_node * | new_Jmp (void) |
Construct a Jmp node. More... | |
int | is_Jmp (const ir_node *node) |
Test if node is a Jmp. More... | |
ir_op * | get_op_Jmp (void) |
Returns opcode for Jmp nodes. More... | |
Variables | |
ir_op * | op_Jmp |
Jmp opcode. More... | |
Jumps to the block connected through the out-value.
ir_op* get_op_Jmp | ( | void | ) |
int is_Jmp | ( | const ir_node * | node | ) |
Test if node is a Jmp.
Definition at line 3219 of file gen_irnode.c.
Construct a Jmp node.
dbgi | A pointer to debug information. |
Definition at line 1376 of file gen_irnode.c.
References current_ir_graph, get_cur_block(), IR_GRAPH_CONSTRAINT_CONSTRUCTION, irg_is_constrained(), and new_rd_Jmp().
Referenced by new_Jmp().
ir_node* new_Jmp | ( | void | ) |
Construct a Jmp node.
block | The IR block the node belongs to. |
Definition at line 1371 of file gen_irnode.c.
References new_rd_Jmp().
Construct a Jmp node.
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
Definition at line 1357 of file gen_irnode.c.
References get_irn_irg(), mode_X, new_ir_node(), op_Jmp, optimize_node(), and verify_new_node().
Referenced by new_d_Jmp(), and new_r_Jmp().
ir_op* op_Jmp |