GCC Middle and Back End API Reference
|
#include <gimple.h>
Data Fields | |
struct pt_solution | call_used |
struct pt_solution | call_clobbered |
union { | |
tree fntype | |
enum internal_fn internal_fn | |
} | u |
tree | op [1] |
tree | vdef |
tree | vuse |
struct use_optype_d * | use_ops |
ENUM_BITFIELD(gimple_code) code 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 int | subcode: 16 |
unsigned | uid |
location_t | location |
unsigned | num_ops |
basic_block | bb |
gimple | next |
gimple | prev |
Call statements that take both memory and register operands.
|
inherited |
Referenced by gimple_set_bb(), gt_ggc_mx(), gt_ggc_mx_fields_of_gimple_statement_base(), and gt_pch_nx().
struct pt_solution gimple_statement_call::call_clobbered |
Referenced by gt_ggc_mx(), and gt_pch_nx().
struct pt_solution gimple_statement_call::call_used |
Referenced by gt_ggc_mx(), and gt_pch_nx().
tree gimple_statement_call::fntype |
Referenced by gt_ggc_mx(), and gt_pch_nx().
|
inherited |
Referenced by input_gimple_stmt().
enum internal_fn gimple_statement_call::internal_fn |
|
inherited |
|
inherited |
Referenced by gimple_alloc_stat().
|
inherited |
|
inherited |
Referenced by input_gimple_stmt().
|
inherited |
Referenced by input_gimple_stmt().
|
inherited |
Referenced by gt_ggc_mx(), and gt_pch_nx().
tree gimple_statement_call::op[1] |
Referenced by gt_ggc_mx(), and gt_pch_nx().
|
inherited |
|
inherited |
Referenced by gsi_insert_seq_nodes_after(), gsi_insert_seq_nodes_before(), gsi_remove(), gsi_set_stmt(), and gsi_split_seq_before().
|
inherited |
union { ... } gimple_statement_call::u |
Referenced by gt_ggc_mx(), and gt_pch_nx().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |