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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c46 static int computed_jump_p_1 (rtx);
2525 computed_jump_p_1 (rtx x)
2550 return (computed_jump_p_1 (XEXP (x, 1))
2551 || computed_jump_p_1 (XEXP (x, 2)));
2561 && computed_jump_p_1 (XEXP (x, i)))
2566 if (computed_jump_p_1 (XVECEXP (x, i, j)))
2603 && computed_jump_p_1 (SET_SRC (XVECEXP (pat, 0, i))))
2608 && computed_jump_p_1 (SET_SRC (pat)))
2503 computed_jump_p_1 (rtx x) function

Completed in 54 milliseconds