Searched refs:other_condition (Results 1 – 1 of 1) sorted by relevance
1073 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn)); in condition_dominates_p() local1077 if (rtx_equal_p (condition, other_condition) in condition_dominates_p()1078 || other_condition == const_true_rtx) in condition_dominates_p()1081 else if (condition == const_true_rtx || other_condition == 0) in condition_dominates_p()1084 other_code = GET_CODE (other_condition); in condition_dominates_p()1086 || ! rtx_equal_p (XEXP (condition, 0), XEXP (other_condition, 0)) in condition_dominates_p()1087 || ! rtx_equal_p (XEXP (condition, 1), XEXP (other_condition, 1))) in condition_dominates_p()