Home | History | Annotate | Download | only in gcc

Lines Matching refs:loop_exit

187   struct loop_exit *exit, *next;
352 loop->exits = ggc_cleared_alloc<loop_exit> ();
1032 /* Hash function for struct loop_exit. */
1035 loop_exit_hasher::hash (loop_exit *exit)
1040 /* Equality function for struct loop_exit. Compares with edge. */
1043 loop_exit_hasher::equal (loop_exit *exit, edge e)
1051 loop_exit_hasher::remove (loop_exit *exit)
1053 loop_exit *next;
1067 static struct loop_exit *
1082 struct loop_exit *exits = NULL, *exit;
1098 exit = ggc_alloc<loop_exit> ();
1114 loop_exit **slot
1164 dump_recorded_exit (loop_exit **slot, FILE *file)
1166 struct loop_exit *exit = *slot;
1210 struct loop_exit *exit;
1407 struct loop_exit *exit, *mexit;
1805 struct loop_exit *exit = loop->exits->next;