Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c100 struct switch_conv_info struct
104 tree index_expr;
108 tree range_min;
112 tree range_size;
115 basic_block switch_bb;
119 basic_block final_bb;
122 int phi_count;
125 tree *default_values;
132 tree *target_inbound_names;
136 tree *target_outbound_names;
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c540 struct switch_conv_info struct
543 tree index_expr;
547 tree range_min;
548 tree range_max;
553 tree range_size;
556 basic_block switch_bb;
559 basic_block default_bb;
563 basic_block final_bb;
566 profile_probability default_prob;
569 profile_count default_count;
[all …]