Home
last modified time | relevance | path

Searched refs:to_rename (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c1963 bbs_ok_for_cmove_arith (basic_block bb_a, basic_block bb_b, rtx to_rename) in bbs_ok_for_cmove_arith() argument
1985 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Difcvt.cc1982 bbs_ok_for_cmove_arith (basic_block bb_a, basic_block bb_b, rtx to_rename) in bbs_ok_for_cmove_arith() argument
2004 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()
H A DChangeLog-201635700 (bbs_ok_for_cmove_arith): Add to_rename parameter.
35701 Don't record conflicts on to_rename if it's present.