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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c44 static bool covers_regno_no_parallel_p (rtx, unsigned int);
1511 covers_regno_no_parallel_p (rtx dest, unsigned int test_regno)
1531 /* Like covers_regno_no_parallel_p, but also handles PARALLELs where
1532 any member matches the covers_regno_no_parallel_p criteria. */
1548 && covers_regno_no_parallel_p (inner, test_regno))
1555 return covers_regno_no_parallel_p (dest, test_regno);
1495 covers_regno_no_parallel_p (rtx dest, unsigned int test_regno) function

Completed in 58 milliseconds