Home
last modified time | relevance | path

Searched refs:can_assign_to_reg_without_clobbers_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcse.c783 return can_assign_to_reg_without_clobbers_p (x); in want_to_gcse_p()
804 can_assign_to_reg_without_clobbers_p (rtx x) in can_assign_to_reg_without_clobbers_p() function
3513 && can_assign_to_reg_without_clobbers_p (src)) in compute_ld_motion_mems()
H A Dstore-motion.c578 if (!can_assign_to_reg_without_clobbers_p (SET_SRC (set))) in find_moveable_store()
H A Drtl.h2535 extern bool can_assign_to_reg_without_clobbers_p (rtx);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcse.c817 return can_assign_to_reg_without_clobbers_p (x, mode); in want_to_gcse_p()
838 can_assign_to_reg_without_clobbers_p (rtx x, machine_mode mode) in can_assign_to_reg_without_clobbers_p() function
3844 && can_assign_to_reg_without_clobbers_p (src, in compute_ld_motion_mems()
H A Dstore-motion.c553 if (!can_assign_to_reg_without_clobbers_p (SET_SRC (set), in find_moveable_store()
H A Drtl.h4035 extern bool can_assign_to_reg_without_clobbers_p (rtx, machine_mode);