Searched refs:get_jump_flags (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | reorg.c | 187 static int get_jump_flags (rtx, rtx); 773 flags = get_jump_flags (insn, JUMP_LABEL (insn)); in optimize_skip() 829 flags = get_jump_flags (insn, target_label); in optimize_skip() 849 get_jump_flags (rtx insn, rtx label) in get_jump_flags() function 1106 flags = get_jump_flags (jump, newlabel); in redirect_with_delay_slots_safe_p() 1140 flags = get_jump_flags (jump, newlabel); in redirect_with_delay_list_safe_p() 1349 flags = get_jump_flags (insn, JUMP_LABEL (insn)); in steal_delay_list_from_fallthrough() 2056 flags = get_jump_flags (insn, JUMP_LABEL (insn)); in fill_simple_delay_slots() 2058 flags = get_jump_flags (insn, NULL_RTX); in fill_simple_delay_slots() 2512 flags = get_jump_flags (insn, JUMP_LABEL (insn)); in fill_slots_from_thread() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | reorg.c | 192 static int get_jump_flags PARAMS ((rtx, rtx)); 751 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 805 flags = get_jump_flags (insn, target_label); 824 get_jump_flags (insn, label) in get_jump_flags() function 1149 flags = get_jump_flags (jump, newlabel); 1184 flags = get_jump_flags (jump, newlabel); 1405 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 2128 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 2130 flags = get_jump_flags (insn, NULL_RTX); 2591 flags = get_jump_flags (insn, JUMP_LABEL (insn)); [all …]
|
H A D | ChangeLog.0 | 11552 note holding get_jump_flags() calculation to all JUMP_INSNs.
|