GCC Middle and Back End API Reference
|
#include <tree-ssa-sccvn.h>
Data Fields | |
enum tree_code | opcode |
HOST_WIDE_INT | off |
tree | type |
tree | op0 |
tree | op1 |
tree | op2 |
Reference operands only exist in reference operations structures. They consist of an opcode, type, and some number of operands. For a given opcode, some, all, or none of the operands may be used. The operands are there to store the information that makes up the portion of the addressing calculation that opcode performs.
HOST_WIDE_INT vn_reference_op_struct::off |
Constant offset this op adds or -1 if it is variable.
Referenced by get_or_alloc_constant_value_id().
tree vn_reference_op_struct::op0 |
tree vn_reference_op_struct::op1 |
tree vn_reference_op_struct::op2 |
enum tree_code vn_reference_op_struct::opcode |
tree vn_reference_op_struct::type |