Home | History | Annotate | Download | only in gcc

Lines Matching refs:JUMP_LABEL

689   flags = get_jump_flags (insn, JUMP_LABEL (insn));
710 && JUMP_LABEL (insn) == JUMP_LABEL (next_trial)))
714 if (invert_jump (insn, JUMP_LABEL (insn), 1))
731 rtx target_label = JUMP_LABEL (next_trial);
870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn));
1071 flags = get_jump_flags (insn, JUMP_LABEL (seq->insn (0)));
1115 *pnew_thread = first_active_target_insn (JUMP_LABEL (seq->insn (0)));
1149 flags = get_jump_flags (insn, JUMP_LABEL (insn));
1224 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn));
1895 flags = get_jump_flags (insn, JUMP_LABEL (insn));
2037 && !ANY_RETURN_P (JUMP_LABEL (insn)))
2177 new_label = get_label_before (new_label, JUMP_LABEL (trial));
2200 NULL, 1, 1, own_thread_p (JUMP_LABEL (insn),
2201 JUMP_LABEL (insn), 0),
2243 && JUMP_LABEL (insn) != NULL_RTX
2250 rtx this_label_or_return = JUMP_LABEL (insn);
2316 flags = get_jump_flags (insn, JUMP_LABEL (insn));
2509 LABEL_NUSES (JUMP_LABEL (trial))++;
2528 LABEL_NUSES (JUMP_LABEL (trial))--;
2748 JUMP_LABEL (new_thread),
2750 new_thread = follow_jumps (JUMP_LABEL (new_thread), insn,
2759 JUMP_LABEL (insn));
2822 target_label = JUMP_LABEL (jump_insn);
2865 target_label = JUMP_LABEL (jump_insn);
3104 && !ANY_RETURN_P (target_label = JUMP_LABEL (insn)))
3118 rtx_insn *direct_label = as_a<rtx_insn *> (JUMP_LABEL (insn));
3139 if (target_label && target_label != JUMP_LABEL (jump_insn))
3157 rtx label = JUMP_LABEL (next);
3207 rtx other_target = JUMP_LABEL (other);
3208 target_label = JUMP_LABEL (insn);
3283 target_label = JUMP_LABEL (delay_jump_insn);
3346 rtx temp_label = JUMP_LABEL (trial_seq->insn (0));
3425 rtx label = JUMP_LABEL (next);
3426 rtx old_label = JUMP_LABEL (delay_jump_insn);
3543 if (JUMP_LABEL (pat->insn (0)) == function_return_label)
3548 else if (JUMP_LABEL (pat->insn (0)) == function_simple_return_label)
3573 flags = get_jump_flags (jump_insn, JUMP_LABEL (jump_insn));
3692 && !ANY_RETURN_P (JUMP_LABEL (insn))
3693 && ((target = skip_consecutive_labels (JUMP_LABEL (insn)))
3694 != JUMP_LABEL (insn)))