GCC Middle and Back End API Reference
|
#include <tree-ssa-sccvn.h>
Data Fields | |
unsigned int | value_id |
hashval_t | hashcode |
tree | vuse |
alias_set_type | set |
tree | type |
vec< vn_reference_op_s > | operands |
tree | result |
tree | result_vdef |
A reference operation in the hashtable is representation as the vuse, representing the memory state at the time of the operation, and a collection of operands that make up the addressing calculation. If two vn_reference_t's have the same set of operands, they access the same memory location. We also store the resulting value number, and the hashcode.
hashval_t vn_reference_s::hashcode |
Referenced by copy_reference(), vn_reference_hasher::hash(), visit_reference_op_call(), vn_reference_eq(), vn_reference_insert(), vn_reference_insert_pieces(), vn_reference_lookup(), vn_reference_lookup_1(), vn_reference_lookup_2(), vn_reference_lookup_3(), vn_reference_lookup_or_insert_for_pieces(), and vn_reference_lookup_pieces().
vec<vn_reference_op_s> vn_reference_s::operands |
Referenced by copy_reference(), create_component_ref_by_pieces_1(), free_reference(), fully_constant_vn_reference_p(), inhibit_phi_insertion(), phi_translate_1(), print_pre_expr(), valid_in_sets(), value_dies_in_block_x(), visit_reference_op_call(), vn_reference_compute_hash(), vn_reference_eq(), vn_reference_insert(), vn_reference_insert_pieces(), vn_reference_lookup(), vn_reference_lookup_3(), vn_reference_lookup_or_insert_for_pieces(), and vn_reference_lookup_pieces().
tree vn_reference_s::result |
Referenced by alloc_vn_nary_op(), set_hashtable_value_ids(), simplify_binary_expression(), simplify_unary_expression(), visit_phi(), visit_reference_op_call(), visit_reference_op_load(), visit_reference_op_store(), visit_use(), vn_phi_compute_hash(), vn_reference_insert(), vn_reference_insert_pieces(), vn_reference_lookup(), and vn_reference_lookup_or_insert_for_pieces().
tree vn_reference_s::result_vdef |
Referenced by visit_reference_op_call(), visit_reference_op_store(), and vn_reference_insert().
alias_set_type vn_reference_s::set |
tree vn_reference_s::type |
unsigned int vn_reference_s::value_id |
tree vn_reference_s::vuse |
Referenced by phi_translate_1(), print_pre_expr(), prune_clobbered_mems(), visit_reference_op_call(), visit_reference_op_store(), vn_reference_compute_hash(), vn_reference_eq(), vn_reference_insert(), vn_reference_insert_pieces(), vn_reference_lookup(), vn_reference_lookup_2(), vn_reference_lookup_or_insert_for_pieces(), and vn_reference_lookup_pieces().