Lines Matching refs:label

849 get_jump_flags (rtx insn, rtx label)  in get_jump_flags()  argument
862 && label != 0 in get_jump_flags()
863 && INSN_UID (label) <= max_uid) in get_jump_flags()
865 = (uid_to_ruid[INSN_UID (label)] > uid_to_ruid[INSN_UID (insn)]) in get_jump_flags()
880 prediction = mostly_true_jump (insn, get_branch_condition (insn, label)); in get_jump_flags()
1813 own_thread_p (rtx thread, rtx label, int allow_fallthrough) in own_thread_p() argument
1827 && (insn != label || LABEL_NUSES (insn) != 1)) in own_thread_p()
2880 rtx label; in fill_slots_from_thread() local
2893 label = find_end_label (); in fill_slots_from_thread()
2895 label = new_thread; in fill_slots_from_thread()
2897 label = get_label_before (new_thread); in fill_slots_from_thread()
2899 if (label) in fill_slots_from_thread()
2900 reorg_redirect_jump (insn, label); in fill_slots_from_thread()
3088 rtx label = JUMP_LABEL (next); in relax_delay_slots() local
3098 if (label) in relax_delay_slots()
3099 ++LABEL_NUSES (label); in relax_delay_slots()
3101 if (invert_jump (insn, label, 1)) in relax_delay_slots()
3107 if (label) in relax_delay_slots()
3108 --LABEL_NUSES (label); in relax_delay_slots()
3344 rtx label = JUMP_LABEL (next); in relax_delay_slots() local
3347 if (label == 0) in relax_delay_slots()
3348 label = find_end_label (); in relax_delay_slots()
3351 if (label in relax_delay_slots()
3353 && redirect_with_delay_slots_safe_p (delay_insn, label, insn)) in relax_delay_slots()
3361 if (invert_jump (delay_insn, label, 1)) in relax_delay_slots()