Searched refs:returnjump_p_1 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | jump.c | 74 static int returnjump_p_1 (rtx *, void *); 945 returnjump_p_1 (rtx *loc, void *data ATTRIBUTE_UNUSED) in returnjump_p_1() function 958 return for_each_rtx (&PATTERN (insn), returnjump_p_1, NULL); in returnjump_p()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | jump.c | 71 static int returnjump_p_1 PARAMS ((rtx *, void *)); 1253 returnjump_p_1 (loc, data) in returnjump_p_1() function 1269 return for_each_rtx (&PATTERN (insn), returnjump_p_1, NULL);
|
| D | ChangeLog.2 | 7616 (returnjump_p_1, delete_prior_computation): Add static prototypes.
|
| D | ChangeLog.1 | 4172 * jump.c (returnjump_p, returnjump_p_1): New.
|
| D | ChangeLog.6 | 4297 * jump.c (returnjump_p_1): Also return 1 if SET with SET_IS_RETURN_P.
|