Searched refs:computed_jump_p_1 (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | rtlanal.c | 39 static int computed_jump_p_1 PARAMS ((rtx)); 2704 computed_jump_p_1 (x) in computed_jump_p_1() function 2730 return (computed_jump_p_1 (XEXP (x, 1)) 2731 || computed_jump_p_1 (XEXP (x, 2))); 2741 && computed_jump_p_1 (XEXP (x, i))) 2746 if (computed_jump_p_1 (XVECEXP (x, i, j))) 2784 && computed_jump_p_1 (SET_SRC (XVECEXP (pat, 0, i)))) 2789 && computed_jump_p_1 (SET_SRC (pat)))
|
| D | ChangeLog.5 | 12378 * rtlanal.c (computed_jump_p_1): Rename from jmp_uses_reg_or_mem;
|
| D | ChangeLog.7 | 16232 (computed_jump_p_1): Same.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | rtlanal.c | 46 static int computed_jump_p_1 (rtx); 2503 computed_jump_p_1 (rtx x) in computed_jump_p_1() function 2528 return (computed_jump_p_1 (XEXP (x, 1)) in computed_jump_p_1() 2529 || computed_jump_p_1 (XEXP (x, 2))); in computed_jump_p_1() 2539 && computed_jump_p_1 (XEXP (x, i))) in computed_jump_p_1() 2544 if (computed_jump_p_1 (XVECEXP (x, i, j))) in computed_jump_p_1() 2581 && computed_jump_p_1 (SET_SRC (XVECEXP (pat, 0, i)))) in computed_jump_p() 2586 && computed_jump_p_1 (SET_SRC (pat))) in computed_jump_p()
|