Lines Matching refs:loop_exit
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()
1166 dump_recorded_exit (loop_exit **slot, FILE *file) in dump_recorded_exit()
1168 struct loop_exit *exit = *slot; in dump_recorded_exit()
1212 struct loop_exit *exit; in get_loop_exit_edges()
1410 struct loop_exit *exit, *mexit; in verify_loop_structure()
1792 struct loop_exit *exit = loop->exits->next; in single_exit()