Searched refs:computed_jump_p_1 (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | rtlanal.cc | 46 static int computed_jump_p_1 (const_rtx); 3605 computed_jump_p_1 (const_rtx x) in computed_jump_p_1() function 3628 return (computed_jump_p_1 (XEXP (x, 1)) in computed_jump_p_1() 3629 || computed_jump_p_1 (XEXP (x, 2))); in computed_jump_p_1() 3639 && computed_jump_p_1 (XEXP (x, i))) in computed_jump_p_1() 3644 if (computed_jump_p_1 (XVECEXP (x, i, j))) in computed_jump_p_1() 3686 && computed_jump_p_1 (SET_SRC (XVECEXP (pat, 0, i)))) in computed_jump_p() 3691 && computed_jump_p_1 (SET_SRC (pat))) in computed_jump_p()
|
| D | ChangeLog-2007 | 10324 (computed_jump_p_1): Likewise. 14018 computed_jump_p_1, nonzero_bits1, rtx_unstable_p, 14032 inequality_comparisons_p, tablejump_p, computed_jump_p_1,
|
| D | ChangeLog-2012 | 12784 inequality_comparisons_p, computed_jump_p_1): Ditto.
|
| D | ChangeLog-2001 | 31585 * rtlanal.c (computed_jump_p_1): Rename from jmp_uses_reg_or_mem;
|
| D | ChangeLog-2002 | 30679 (computed_jump_p_1): Same.
|