Lines Matching defs:switch_conv_info
100 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;
139 int default_prob;
142 gcov_type default_count;
166 static struct switch_conv_info info; argument