Jumps to the block connected through the out-value
◆ get_op_Jmp()
ir_op * get_op_Jmp |
( |
void | | ) |
|
Returns opcode for Jmp nodes.
◆ is_Jmp()
Test if node is a Jmp.
- Returns
- 1 if the node is a Jmp node, 0 otherwise
◆ new_d_Jmp()
Construct a Jmp node.
- Parameters
-
dbgi | A pointer to debug information. |
◆ new_Jmp()
◆ new_r_Jmp()
Construct a Jmp node.
- Parameters
-
block | The IR block the node belongs to. |
◆ new_rd_Jmp()
Construct a Jmp node.
- Parameters
-
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
◆ op_Jmp