Searched refs:computed_jump_p_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c45 static int computed_jump_p_1 (const_rtx);
3301 computed_jump_p_1 (const_rtx x)
3324 return (computed_jump_p_1 (XEXP (x, 1))
3325 || computed_jump_p_1 (XEXP (x, 2)));
3335 && computed_jump_p_1 (XEXP (x, i)))
3340 if (computed_jump_p_1 (XVECEXP (x, i, j)))
3382 && computed_jump_p_1 (SET_SRC (XVECEXP (pat, 0, i))))
3387 && computed_jump_p_1 (SET_SRC (pat)))
3278 computed_jump_p_1 (const_rtx x) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc46 static int computed_jump_p_1 (const_rtx);
3619 computed_jump_p_1 (const_rtx x)
3642 return (computed_jump_p_1 (XEXP (x, 1))
3643 || computed_jump_p_1 (XEXP (x, 2)));
3653 && computed_jump_p_1 (XEXP (x, i)))
3658 if (computed_jump_p_1 (XVECEXP (x, i, j)))
3700 && computed_jump_p_1 (SET_SRC (XVECEXP (pat, 0, i))))
3705 && computed_jump_p_1 (SET_SRC (pat)))
3596 computed_jump_p_1 (const_rtx x) function

Completed in 402 milliseconds