libFirm
Loading...
Searching...
No Matches
Deleted node

Functions

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

Variables

ir_opop_Deleted
 Deleted opcode.
 

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.