The first node of a graph. Execution starts with this node.
◆ pn_Start
Projection numbers for result of Start node (use for Proj nodes)
Enumerator |
---|
pn_Start_M | initial memory
|
pn_Start_P_frame_base | frame base pointer
|
pn_Start_T_args | function arguments
|
pn_Start_max | |
Definition at line 3771 of file nodes.h.
◆ get_op_Start()
ir_op * get_op_Start |
( |
void | | ) |
|
Returns opcode for Start nodes.
◆ is_Start()
int is_Start |
( |
const ir_node * | node | ) |
|
Test if node is a Start.
- Returns
- 1 if the node is a Start node, 0 otherwise
◆ new_d_Start()
Construct a Start node.
- Parameters
-
dbgi | A pointer to debug information. |
◆ new_r_Start()
Construct a Start node.
- Parameters
-
irg | The IR graph the node belongs to. |
◆ new_rd_Start()
Construct a Start node.
- Parameters
-
dbgi | A pointer to debug information. |
irg | The IR graph the node belongs to. |
◆ new_Start()
◆ op_Start