Searched refs:covers_regno_p (Results 1 – 2 of 2) sorted by relevance
43 static bool covers_regno_p (rtx, unsigned int);1519 covers_regno_p (rtx dest, unsigned int test_regno) in covers_regno_p() function1564 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()
6071 (covers_regno_p): New function. Handle SETs of PARALLEL,