Searched refs:get_branch_condition (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | reorg.c | 190 static rtx get_branch_condition (rtx, rtx); 880 prediction = mostly_true_jump (insn, get_branch_condition (insn, label)); in get_jump_flags() 1025 get_branch_condition (rtx insn, rtx target) in get_branch_condition() function 1073 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn)); in condition_dominates_p() 2956 condition = get_branch_condition (insn, target_label); in fill_eager_delay_slots() 3131 get_branch_condition (other, in relax_delay_slots()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | reorg.c | 195 static rtx get_branch_condition PARAMS ((rtx, rtx)); 856 prediction = mostly_true_jump (insn, get_branch_condition (insn, label)); 1063 get_branch_condition (insn, target) in get_branch_condition() function 1115 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn)); 3031 condition = get_branch_condition (insn, target_label); in fill_eager_delay_slots() 3209 get_branch_condition (other,
|
| D | ChangeLog.7 | 11564 * reorg.c (get_branch_condition): Use reversed_comparison_code.
|