Searched refs:can_assign_to_reg_p (Results 1 – 2 of 2) sorted by relevance
532 static bool can_assign_to_reg_p (rtx);1192 return can_assign_to_reg_p (x); in want_to_gcse_p()1203 can_assign_to_reg_p (rtx x) in can_assign_to_reg_p() function5325 && can_assign_to_reg_p (src)) in compute_ld_motion_mems()5663 if (!can_assign_to_reg_p (SET_SRC (set))) in find_moveable_store()
37577 * gcse.c (can_assign_to_reg_p): New function, split out from...37579 (compute_ld_motion_mems): Use can_assign_to_reg_p to validate