Lines Matching defs:gimplify_ctx
184 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;
199 int conditions;
200 unsigned into_ssa : 1;
201 unsigned allow_rhs_cond_expr : 1;
202 unsigned in_cleanup_point_expr : 1;
203 unsigned keep_stack : 1;
204 unsigned save_stack : 1;
205 unsigned in_switch_expr : 1;