GCC Middle and Back End API Reference
|
#include <gimple.h>
Data Fields | |
tree | op [1] |
struct use_optype_d * | use_ops |
enum gimple_code | code: 8 |
unsigned int | no_warning: 1 |
unsigned int | visited: 1 |
unsigned int | nontemporal_move: 1 |
unsigned int | plf: 2 |
unsigned | modified: 1 |
unsigned | has_volatile_ops: 1 |
unsigned | pad: 1 |
unsigned int | subcode: 16 |
unsigned | uid |
unsigned | num_ops |
location_t | location |
basic_block | bb |
gimple * | next |
gimple * | prev |
A statement with the invariant that stmt->code == GIMPLE_GOTO i.e. a goto statement.
|
inherited |
Referenced by dump_user_location_t::dump_user_location_t(), gimple_set_bb(), gsi_end(), gsi_end_bb(), gsi_last(), gsi_last_bb(), gsi_none(), gsi_start(), gsi_start_bb(), gsi_start_phis(), crc_symbolic_execution::is_used_outside_the_loop(), crc_optimization::optimize_crc_loop(), crc_symbolic_execution::resolve_condition(), and ana::supernode::start_phis().
|
inherited |
Referenced by make_phi_node(), is_a_helper< T >::test(), and is_a_helper< T >::test().
|
inherited |
Referenced by gimple_has_volatile_ops(), gimple_set_has_volatile_ops(), and input_gimple_stmt().
|
inherited |
Referenced by infinite_loop_diagnostic::add_final_event(), and maybe_error_musttail().
|
inherited |
Referenced by gimple_set_modified().
|
inherited |
|
inherited |
Referenced by get_no_warning_bit(), gimple_no_warning_p(), gimple_set_no_warning(), input_gimple_stmt(), and set_no_warning_bit().
|
inherited |
Referenced by gimple_assign_nontemporal_move_p(), gimple_assign_set_nontemporal_move(), and input_gimple_stmt().
|
inherited |
Referenced by gimple_num_ops(), and gimple_set_num_ops().
|
inherited |
Referenced by gimple_cond_false_label(), gimple_cond_lhs(), gimple_cond_lhs_ptr(), gimple_cond_rhs(), gimple_cond_rhs_ptr(), gimple_cond_set_false_label(), gimple_cond_set_lhs(), gimple_cond_set_rhs(), gimple_cond_set_true_label(), gimple_cond_true_label(), gimple_goto_set_dest(), gimple_label_label(), gimple_label_set_label(), gimple_switch_index(), gimple_switch_index_ptr(), gimple_switch_label(), gimple_switch_set_index(), and gimple_switch_set_label().
|
inherited |
|
inherited |
Referenced by gimple_plf(), and gimple_set_plf().
|
inherited |
|
inherited |
Referenced by copy_debug_stmt(), dump_gimple_debug(), expand_FALLTHROUGH_r(), gimple_asm_basic_p(), gimple_asm_inline_p(), gimple_asm_set_basic(), gimple_asm_set_inline(), gimple_asm_set_volatile(), gimple_asm_volatile_p(), gimple_assign_rhs_code(), gimple_assign_set_rhs_code(), gimple_build_call_internal_1(), gimple_call_alloca_for_var_p(), gimple_call_alloca_for_var_p(), gimple_call_by_descriptor_p(), gimple_call_copy_flags(), gimple_call_ctrl_altering_p(), gimple_call_flags(), gimple_call_from_new_or_delete(), gimple_call_from_thunk_p(), gimple_call_internal_p(), gimple_call_must_tail_p(), gimple_call_nocf_check_p(), gimple_call_return_slot_opt_p(), gimple_call_set_alloca_for_var(), gimple_call_set_by_descriptor(), gimple_call_set_ctrl_altering(), gimple_call_set_expected_throw(), gimple_call_set_from_new_or_delete(), gimple_call_set_from_thunk(), gimple_call_set_must_tail(), gimple_call_set_nocf_check(), gimple_call_set_nothrow(), gimple_call_set_return_slot_opt(), gimple_call_set_tail(), gimple_call_set_va_arg_pack(), gimple_call_tail_p(), gimple_call_va_arg_pack_p(), gimple_cond_code(), gimple_cond_make_false(), gimple_cond_make_true(), gimple_cond_set_code(), gimple_debug_begin_stmt_p(), gimple_debug_bind_p(), gimple_debug_inline_entry_p(), gimple_debug_nonbind_marker_p(), gimple_debug_source_bind_p(), gimple_omp_return_set_nowait(), gimple_omp_set_subcode(), gimple_omp_subcode(), gimple_omp_teams_set_host(), gimple_predict_outcome(), gimple_predict_predictor(), gimple_predict_set_outcome(), gimple_predict_set_predictor(), gimple_transaction_set_subcode(), gimple_transaction_subcode(), gimple_try_catch_is_cleanup(), gimple_try_kind(), gimple_try_set_kind(), gimple_wce_cleanup_eh_only(), gimple_wce_set_cleanup_eh_only(), input_gimple_stmt(), and output_gimple_stmt().
|
inherited |
|
inherited |
Referenced by gimple_set_use_ops(), gimple_use_ops(), and gimple_vuse_op().
|
inherited |
Referenced by gimple_set_visited(), and gimple_visited_p().