|
libFirm 1.20
|
Returns its operand unchanged. More...
Enumerations | |
| enum | n_Id { n_Id_pred, n_Id_max = n_Id_pred } |
| Input numbers for Id node. More... | |
Functions | |
| ir_node * | new_rd_Id (dbg_info *dbgi, ir_node *block, ir_node *irn_pred, ir_mode *mode) |
| Construct an Id node. | |
| ir_node * | new_r_Id (ir_node *block, ir_node *irn_pred, ir_mode *mode) |
| Construct an Id node. | |
| ir_node * | new_d_Id (dbg_info *dbgi, ir_node *irn_pred, ir_mode *mode) |
| Construct an Id node. | |
| ir_node * | new_Id (ir_node *irn_pred, ir_mode *mode) |
| Construct an Id node. | |
| int | is_Id (const ir_node *node) |
| Test if node is a Id. | |
| ir_node * | get_Id_pred (const ir_node *node) |
| Returns pred input of an Id node. | |
| void | set_Id_pred (ir_node *node, ir_node *pred) |
| Sets pred input of an Id node. | |
| ir_op * | get_op_Id (void) |
| Returns opcode for Id nodes. | |
Variables | |
| ir_op * | op_Id |
| Id opcode. | |
Returns its operand unchanged.
This is mainly used when exchanging nodes. Usually you shouldn't see Id nodes since the getters/setters for node inputs skip them automatically.
| ir_op* get_op_Id | ( | void | ) |
Returns opcode for Id nodes.
| int is_Id | ( | const ir_node * | node | ) |
Test if node is a Id.
Construct an Id node.
| dbgi | A pointer to debug information. |
| irn_pred | the value which is returned unchanged |
| mode | mode of the operations result |
Construct an Id node.
| irn_pred | the value which is returned unchanged |
| mode | mode of the operations result |
Construct an Id node.
| block | The IR block the node belongs to. |
| irn_pred | the value which is returned unchanged |
| mode | mode of the operations result |
Construct an Id node.
| dbgi | A pointer to debug information. |
| block | The IR block the node belongs to. |
| irn_pred | the value which is returned unchanged |
| mode | mode of the operations result |