Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Drtlanal.c43 static bool covers_regno_p (rtx, unsigned int);
1519 covers_regno_p (rtx dest, unsigned int test_regno) in covers_regno_p() function
1564 return covers_regno_p (SET_DEST (pattern), test_regno); in dead_or_set_regno_p()
1577 && covers_regno_p (SET_DEST (body), test_regno)) in dead_or_set_regno_p()
DChangeLog-20046071 (covers_regno_p): New function. Handle SETs of PARALLEL,