Searched refs:loop_exit (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloop.h | 74 struct GTY ((for_user)) loop_exit { struct 79 struct loop_exit *prev; argument 80 struct loop_exit *next; argument 83 struct loop_exit *next_e; argument 86 struct loop_exit_hasher : ggc_ptr_hash<loop_exit> 90 static hashval_t hash (loop_exit *); 91 static bool equal (loop_exit *, edge); 92 static void remove (loop_exit *); 265 struct loop_exit *exits;
|
H A D | cfgloop.c | 186 struct loop_exit *exit, *next; in flow_loop_free() 351 loop->exits = ggc_cleared_alloc<loop_exit> (); in alloc_loop() 1037 loop_exit_hasher::hash (loop_exit *exit) in hash() 1045 loop_exit_hasher::equal (loop_exit *exit, edge e) in equal() 1053 loop_exit_hasher::remove (loop_exit *exit) in remove() 1055 loop_exit *next; in remove() 1069 static struct loop_exit * 1084 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() 1100 exit = ggc_alloc<loop_exit> (); in rescan_loop_exit() 1116 loop_exit **slot in rescan_loop_exit() [all …]
|
H A D | loop-unroll.c | 161 basic_block loop_exit; /* The loop exit basic block. */ member 1607 opt_info->loop_exit = split_edge (exit); in analyze_insns_in_loop() 2098 combine_var_copies_in_loop_exit (ves, opt_info->loop_exit); in apply_opt_in_copies()
|
H A D | tree-ssa-loop-ivcanon.c | 1482 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely()
|
H A D | sel-sched-ir.h | 1075 struct loop_exit *exit; in get_loop_exit_edges_unique_dests()
|
H A D | tree-cfg.c | 7686 loop_exit **slot in move_sese_region_to_fn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloop.h | 74 struct GTY ((for_user)) loop_exit { struct 79 struct loop_exit *prev; argument 80 struct loop_exit *next; argument 83 struct loop_exit *next_e; argument 86 struct loop_exit_hasher : ggc_ptr_hash<loop_exit> 90 static hashval_t hash (loop_exit *); 91 static bool equal (loop_exit *, edge); 92 static void remove (loop_exit *); 265 struct loop_exit *exits;
|
H A D | cfgloop.cc | 186 struct loop_exit *exit, *next; in flow_loop_free() 351 loop->exits = ggc_cleared_alloc<loop_exit> (); in alloc_loop() 1034 loop_exit_hasher::hash (loop_exit *exit) in hash() 1042 loop_exit_hasher::equal (loop_exit *exit, edge e) in equal() 1050 loop_exit_hasher::remove (loop_exit *exit) in remove() 1052 loop_exit *next; in remove() 1066 static struct loop_exit * 1081 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() 1097 exit = ggc_alloc<loop_exit> (); in rescan_loop_exit() 1113 loop_exit **slot in rescan_loop_exit() [all …]
|
H A D | loop-unroll.cc | 161 basic_block loop_exit; /* The loop exit basic block. */ member 1580 opt_info->loop_exit = split_edge (exit); in analyze_insns_in_loop() 2070 combine_var_copies_in_loop_exit (ves, opt_info->loop_exit); in apply_opt_in_copies()
|
H A D | tree-ssa-loop-ivcanon.cc | 1480 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely()
|
H A D | sel-sched-ir.h | 1075 struct loop_exit *exit; in get_loop_exit_edges_unique_dests()
|
H A D | tree-cfg.cc | 7765 loop_exit **slot in move_sese_region_to_fn()
|
H A D | ChangeLog-2007 | 20918 (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit. Reflect 20924 struct loop_exit): Add GTY marker. 32697 * cfgloop.h (struct loop_exit): New function.
|
H A D | ChangeLog-2012 | 19209 * cfgloop.h (struct loop_exit, struct loop): Likewise.
|
H A D | ChangeLog-2003 | 11215 * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
|
/netbsd-src/sys/dev/ |
H A D | midictl.c | 426 goto loop_exit; /* nothing more gets reset */ in reset_all_controllers() 442 loop_exit: in reset_all_controllers()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 2557 int loop_exit = 0, simple_loop = 0; in spu_machine_dependent_reorg() local 2568 loop_exit = 1; in spu_machine_dependent_reorg() 2575 if (prev && (loop_exit || simple_loop) in spu_machine_dependent_reorg() 2614 INSN_UID (branch), loop_exit, simple_loop, in spu_machine_dependent_reorg()
|