Searched refs:squeeze_notes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | cfgcleanup.c | 651 only_notes = squeeze_notes (&BB_HEAD (a), &BB_END (a)); in merge_blocks_move_predecessor_nojumps() 718 only_notes = squeeze_notes (&BB_HEAD (b), &BB_END (b)); in merge_blocks_move_successor_nojumps()
|
| D | jump.c | 270 squeeze_notes (rtx* startp, rtx* endp) in squeeze_notes() function
|
| D | rtl.h | 1614 extern bool squeeze_notes (rtx *, rtx *);
|
| D | stmt.c | 2600 fail = squeeze_notes (&before_case, &end); in expand_case()
|
| D | ifcvt.c | 3802 if (squeeze_notes (&head, &end)) in dead_or_predicable()
|
| D | ChangeLog-2001 | 5084 * jump.c (squeeze_notes): Return true if no real insns were found. 5085 * rtl.h (squeeze_notes): Adjust prototype. 5087 squeeze_notes finds no real instructions, abort. 5091 * ifcvt.c (dead_or_predicable): Return TRUE if squeeze_notes doesn't 13027 * jump.c (squeeze_notes): Take parms by reference. Handle END being 29936 * jump.c (squeeze_notes): Revert 2000-05-12 change.
|
| D | ChangeLog-2004 | 3589 * jump.c (squeeze_notes): Likewise. 17026 * jump.c (squeeze_notes): Remove references to NOTE_INSN_LOOP_VTOP 24593 squeeze_notes, get_label_before, get_label_after,
|
| D | ChangeLog-2006 | 8653 * jump.c (squeeze_notes): Ditto.
|
| D | ChangeLog-2000 | 18915 (squeeze_notes): Also leave EH notes.
|