Home
last modified time | relevance | path

Searched refs:gimple_build_switch_vec (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-eh.c1498 switch_stmt = gimple_build_switch_vec (finally_tmp, last_case, in lower_try_finally_switch()
3385 x = gimple_build_switch_vec (filter, default_label, labels); in lower_eh_dispatch()
H A Dgimple.h903 gimple gimple_build_switch_vec (tree, tree, VEC(tree,heap) *);
H A Dgimple.c855 gimple_build_switch_vec (tree index, tree default_label, VEC(tree, heap) *args) in gimple_build_switch_vec() function
H A Dgimplify.c1690 gimple_switch = gimple_build_switch_vec (SWITCH_COND (switch_expr), in gimplify_switch_expr()
H A Domp-low.c4902 stmt = gimple_build_switch_vec (vmain, u, label_vec); in expand_omp_sections()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgimple.texi2046 @deftypefn {GIMPLE function} gimple gimple_build_switch_vec (tree index, tree @