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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c491 count_occurrences (rtx x, rtx find, int count_dest)
521 if (SET_DEST (x) == find && ! count_dest)
522 return count_occurrences (SET_SRC (x), find, count_dest);
537 count += count_occurrences (XEXP (x, i), find, count_dest);
542 count += count_occurrences (XVECEXP (x, i, j), find, count_dest);
488 count_occurrences(rtx x, rtx find, int count_dest) argument

Completed in 51 milliseconds