Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimplify.c155 struct gimplify_ctx struct
157 struct gimplify_ctx *prev_context; argument
159 vec<gbind *> bind_expr_stack;
160 tree temps;
161 gimple_seq conditional_cleanups;
162 tree exit_label;
163 tree return_temp;
165 vec<tree> case_labels;
166 hash_set<tree> *live_switch_vars;
168 hash_table<gimplify_hasher> *temp_htab;
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple.h1073 struct gimplify_ctx struct
1075 struct gimplify_ctx *prev_context; argument
1078 tree temps;
1079 gimple_seq conditional_cleanups;
1080 tree exit_label;
1081 tree return_temp;
1085 htab_t temp_htab;
1087 int conditions;
1088 bool save_stack;
1089 bool into_ssa;
[all …]