libFirm
Deleted node

Internal node which is temporary set to nodes which are already removed from the graph. More...

Functions

int is_Deleted (const ir_node *node)
 Test if node is a Deleted. More...
 
ir_opget_op_Deleted (void)
 Returns opcode for Deleted nodes. More...
 

Variables

ir_opop_Deleted
 Deleted opcode. More...
 

Detailed Description

Internal node which is temporary set to nodes which are already removed from the graph.

Function Documentation

ir_op* get_op_Deleted ( void  )

Returns opcode for Deleted nodes.

Definition at line 1012 of file gen_irnode.c.

References op_Deleted.

int is_Deleted ( const ir_node node)

Test if node is a Deleted.

Returns
1 if the node is a Deleted node, 0 otherwise

Definition at line 3160 of file gen_irnode.c.

Variable Documentation

ir_op* op_Deleted

Deleted opcode.

Definition at line 1530 of file nodes.h.

Referenced by get_op_CopyB(), get_op_Deleted(), and set_typeconst_type().