Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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;
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 …]
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()
Dtree-ssa-loop-ivcanon.cc1480 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely()
Dsel-sched-ir.h1075 struct loop_exit *exit; in get_loop_exit_edges_unique_dests()
Dtree-cfg.cc7765 loop_exit **slot in move_sese_region_to_fn()
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.
DChangeLog-201219209 * cfgloop.h (struct loop_exit, struct loop): Likewise.
DChangeLog-200311215 * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
/netbsd/src/sys/dev/
Dmidictl.c426 goto loop_exit; /* nothing more gets reset */ in reset_all_controllers()
442 loop_exit: in reset_all_controllers()