Searched refs:other_condition (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dreorg.c1082 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn));
1086 if (rtx_equal_p (condition, other_condition)
1087 || other_condition == const_true_rtx)
1090 else if (condition == const_true_rtx || other_condition == 0)
1093 other_code = GET_CODE (other_condition);
1095 || ! rtx_equal_p (XEXP (condition, 0), XEXP (other_condition, 0))
1096 || ! rtx_equal_p (XEXP (condition, 1), XEXP (other_condition, 1)))
1073 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn)); local

Completed in 46 milliseconds