libFirm
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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 1011 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 3159 of file gen_irnode.c.

Variable Documentation

ir_op* op_Deleted

Deleted opcode.

Definition at line 1537 of file nodes.h.

Referenced by get_op_Deleted().