Home | History | Annotate | Download | only in gcc

Lines Matching refs:JUMP_LABEL

191       if (JUMP_LABEL (insn)
192 && LABEL_P (JUMP_LABEL (insn)))
193 LABEL_NUSES (JUMP_LABEL (insn))--;
1148 JUMP_LABEL (BB_END (src)) = target_label;
1270 if (JUMP_LABEL (insn) == old_label)
1272 JUMP_LABEL (insn) = new_label;
1282 if (JUMP_LABEL (insn) != new_label
1300 if (!currently_expanding_to_rtl || JUMP_LABEL (insn) == old_label)
1303 gcc_assert (JUMP_LABEL (insn) == old_label);
1511 Used by redirect_edge_and_branch_force. JUMP_LABEL is used only
1517 force_nonfallthru_and_redirect (edge e, basic_block target, rtx jump_label)
1532 && JUMP_LABEL (BB_END (e->src)) == BB_HEAD (e->dest))
1635 if (JUMP_LABEL (insn) == old_label)
1637 JUMP_LABEL (insn) = new_label;
1647 if (JUMP_LABEL (insn) != new_label
1713 if (jump_label == ret_rtx)
1718 gcc_assert (jump_label == simple_return_rtx);
1729 JUMP_LABEL (BB_END (jump_block)) = label;
1967 || JUMP_LABEL (last) == before)
2721 && JUMP_LABEL (BB_END (bb)) != BB_HEAD (fallthru->dest))
3277 && BB_HEAD (e->dest) == JUMP_LABEL (insn))
3969 ret_label = JUMP_LABEL (bb_end_jump);
4360 if (JUMP_P (insn) && JUMP_LABEL (insn) != NULL_RTX
4361 && ANY_RETURN_P (JUMP_LABEL (insn)))
4362 JUMP_LABEL (copy) = JUMP_LABEL (insn);
5236 JUMP_LABEL (jump) = label;