Searched refs:covers_regno_p (Results 1 – 3 of 3) sorted by relevance
44 static bool covers_regno_p (const_rtx, unsigned int);2449 covers_regno_p (const_rtx dest, unsigned int test_regno) in covers_regno_p() function2494 return covers_regno_p (SET_DEST (pattern), test_regno); in dead_or_set_regno_p()2507 && covers_regno_p (SET_DEST (body), test_regno)) in dead_or_set_regno_p()
14017 * rtlanal.c (covers_regno_p, covers_regno_no_parallel_p,14025 covers_regno_no_parallel_p, covers_regno_p,
6071 (covers_regno_p): New function. Handle SETs of PARALLEL,