Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c184 struct gimplify_ctx struct
186 struct gimplify_ctx *prev_context; argument
188 vec<gbind *> bind_expr_stack;
189 tree temps;
190 gimple_seq conditional_cleanups;
191 tree exit_label;
192 tree return_temp;
194 vec<tree> case_labels;
195 hash_set<tree> *live_switch_vars;
197 hash_table<gimplify_hasher> *temp_htab;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc189 struct gimplify_ctx struct
191 struct gimplify_ctx *prev_context; argument
193 vec<gbind *> bind_expr_stack;
194 tree temps;
195 gimple_seq conditional_cleanups;
196 tree exit_label;
197 tree return_temp;
199 vec<tree> case_labels;
200 hash_set<tree> *live_switch_vars;
202 hash_table<gimplify_hasher> *temp_htab;
[all …]