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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c43 static bool covers_regno_p (const_rtx, unsigned int);
2138 covers_regno_p (const_rtx dest, unsigned int test_regno)
2183 return covers_regno_p (SET_DEST (pattern), test_regno);
2196 && covers_regno_p (SET_DEST (body), test_regno))
2120 covers_regno_p (const_rtx dest, unsigned int test_regno) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc44 static bool covers_regno_p (const_rtx, unsigned int);
2467 covers_regno_p (const_rtx dest, unsigned int test_regno)
2512 return covers_regno_p (SET_DEST (pattern), test_regno);
2525 && covers_regno_p (SET_DEST (body), test_regno))
2449 covers_regno_p (const_rtx dest, unsigned int test_regno) function

Completed in 304 milliseconds