Home
last modified time | relevance | path

Searched refs:loop_exit (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h74 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 Dcfgloop.c186 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 Dloop-unroll.c161 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 Dtree-ssa-loop-ivcanon.c1482 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely()
H A Dsel-sched-ir.h1075 struct loop_exit *exit; in get_loop_exit_edges_unique_dests()
H A Dtree-cfg.c7686 loop_exit **slot in move_sese_region_to_fn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h74 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 Dcfgloop.cc186 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 Dloop-unroll.cc161 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 Dtree-ssa-loop-ivcanon.cc1480 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely()
H A Dsel-sched-ir.h1075 struct loop_exit *exit; in get_loop_exit_edges_unique_dests()
H A Dtree-cfg.cc7765 loop_exit **slot in move_sese_region_to_fn()
H A DChangeLog-200720918 (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 DChangeLog-201219209 * cfgloop.h (struct loop_exit, struct loop): Likewise.
H A DChangeLog-200311215 * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
/netbsd-src/sys/dev/
H A Dmidictl.c426 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 Dspu.c2557 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()