Searched refs:to_rename (Results 1 – 3 of 3) sorted by relevance
1963 bbs_ok_for_cmove_arith (basic_block bb_a, basic_block bb_b, rtx to_rename) in bbs_ok_for_cmove_arith() argument1985 if (!(to_rename && DF_REF_REG (def) == to_rename)) in bbs_ok_for_cmove_arith()2012 gcc_assert (rtx_equal_p (SET_DEST (sset_b), to_rename)); in bbs_ok_for_cmove_arith()
1982 bbs_ok_for_cmove_arith (basic_block bb_a, basic_block bb_b, rtx to_rename) in bbs_ok_for_cmove_arith() argument2004 if (!(to_rename && DF_REF_REG (def) == to_rename)) in bbs_ok_for_cmove_arith()2031 gcc_assert (rtx_equal_p (SET_DEST (sset_b), to_rename)); in bbs_ok_for_cmove_arith()
35700 (bbs_ok_for_cmove_arith): Add to_rename parameter.35701 Don't record conflicts on to_rename if it's present.