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

◆ get_op_Deleted()

ir_op* get_op_Deleted ( void  )

Returns opcode for Deleted nodes.

◆ is_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

Variable Documentation

◆ op_Deleted

ir_op* op_Deleted

Deleted opcode.

Definition at line 1601 of file nodes.h.