|
libFirm
|
utiliy node used to "hold" nodes in a graph that might possibly not be reachable by other means or which should be reachable immediately without searching through the graph. More...
Functions | |
| int | is_Anchor (const ir_node *node) |
| Test if node is a Anchor. | |
| ir_op * | get_op_Anchor (void) |
| Returns opcode for Anchor nodes. | |
Variables | |
| ir_op * | op_Anchor |
| Anchor opcode. | |
utiliy node used to "hold" nodes in a graph that might possibly not be reachable by other means or which should be reachable immediately without searching through the graph.
Each firm-graph contains exactly one anchor node whose address is always known. All other well-known graph-nodes like Start, End, NoMem, Bad, ... are found by looking at the respective Anchor operand.
| ir_op* get_op_Anchor | ( | void | ) |
Returns opcode for Anchor nodes.
| int is_Anchor | ( | const ir_node * | node | ) |
Test if node is a Anchor.