Home
last modified time | relevance | path

Searched defs:rtl_data (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Demit-rtl.h57 struct GTY(()) rtl_data { struct
60 struct expr_status expr;
61 struct emit_status emit;
62 struct varasm_status varasm;
63 struct incoming_args args;
64 struct function_subsections subsections;
65 struct rtl_eh eh;
71 poly_int64_pod outgoing_args_size;
77 rtx return_rtx;
80 rtx return_bnd;
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfunction.h247 struct GTY(()) rtl_data { struct
248 struct expr_status expr;
249 struct emit_status emit;
250 struct varasm_status varasm;
251 struct incoming_args args;
252 struct function_subsections subsections;
253 struct rtl_eh eh;
259 int outgoing_args_size;
265 rtx return_rtx;
269 struct initial_value_struct *hard_reg_initial_vals;
[all …]