Searched refs:dst_death (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c941 rtx p, dst_death = 0;
964 dst_death = p;
965 if (! dst_death)
981 if (dst_death)
983 remove_death (REGNO (dst), dst_death);
1037 if (! dst_death)
934 rtx p, dst_death = 0; local
976 remove_death (REGNO (dst), dst_death); local

Completed in 50 milliseconds