Home
last modified time | relevance | path

Searched defs:swtch (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c174 check_range (gimple swtch) in check_range()
419 build_constructors (gimple swtch) in build_constructors()
513 array_value_type (gimple swtch, tree type, int num) in array_value_type()
592 build_one_array (gimple swtch, int num, tree arr_index_type, gimple phi, in build_one_array()
661 build_arrays (gimple swtch) in build_arrays()
788 gen_inbound_check (gimple swtch) in gen_inbound_check()
886 process_switch (gimple swtch) in process_switch()
H A Dtree-dump.c835 dump_register (const char *suffix, const char *swtch, const char *glob, in dump_register()
H A Dtree-pass.h223 const char *swtch; /* command line switch */ member
H A Dloop-unroll.c967 basic_block preheader, *body, swtch, ezc_swtch; in unroll_loop_runtime_iterations() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c275 emit_case_bit_tests (gswitch *swtch, tree index_expr, in emit_case_bit_tests()
622 collect_switch_conv_info (gswitch *swtch, struct switch_conv_info *info) in collect_switch_conv_info()
797 check_final_bb (gswitch *swtch, struct switch_conv_info *info) in check_final_bb()
942 build_constructors (gswitch *swtch, struct switch_conv_info *info) in build_constructors()
1038 array_value_type (gswitch *swtch, tree type, int num, in array_value_type()
1121 build_one_array (gswitch *swtch, int num, tree arr_index_type, in build_one_array()
1193 build_arrays (gswitch *swtch, struct switch_conv_info *info) in build_arrays()
1346 gen_inbound_check (gswitch *swtch, struct switch_conv_info *info) in gen_inbound_check()
1498 process_switch (gswitch *swtch) in process_switch()
H A Ddumpfile.c52 #define DUMP_FILE_INFO(suffix, swtch, dkind, num) \ argument
175 dump_register (const char *suffix, const char *swtch, const char *glob, in dump_register()
251 get_dump_file_info_by_switch (const char *swtch) const in get_dump_file_info_by_switch()
H A Ddumpfile.h127 const char *swtch; member
H A Dtree-cfgcleanup.c83 convert_single_case_switch (gswitch *swtch, gimple_stmt_iterator &gsi) in convert_single_case_switch()
H A Dloop-unroll.c889 basic_block preheader, *body, swtch, ezc_swtch = NULL; in unroll_loop_runtime_iterations() local
H A Dcfgexpand.c3627 gswitch *swtch = as_a <gswitch *> (stmt); in expand_gimple_stmt_1() local