Lines Matching defs:switch_conv_info
540 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;
572 profile_count other_count;
575 int phi_count;
578 tree *default_values;
581 vec<constructor_elt, va_gc> **constructors;
585 tree *target_inbound_names;
589 tree *target_outbound_names;
592 tree target_vop;
596 gimple *arr_ref_first;
622 collect_switch_conv_info (gswitch *swtch, struct switch_conv_info *info) in collect_switch_conv_info() argument