Home
last modified time | relevance | path

Searched refs:squeeze_notes (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dcfgcleanup.c651 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()
Djump.c270 squeeze_notes (rtx* startp, rtx* endp) in squeeze_notes() function
Drtl.h1614 extern bool squeeze_notes (rtx *, rtx *);
Dstmt.c2600 fail = squeeze_notes (&before_case, &end); in expand_case()
Difcvt.c3802 if (squeeze_notes (&head, &end)) in dead_or_predicable()
DChangeLog-20015084 * 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.
DChangeLog-20043589 * 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,
DChangeLog-20068653 * jump.c (squeeze_notes): Ditto.
DChangeLog-200018915 (squeeze_notes): Also leave EH notes.