Home
last modified time | relevance | path

Searched refs:true_code (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcombine.c6016 enum rtx_code true_code = GET_CODE (cond); in simplify_if_then_else() local
6025 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else()
6053 swapped = 1, true_code = EQ, false_code = NE; in simplify_if_then_else()
6061 if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
6067 else if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
6080 true_rtx = subst (known_cond (copy_rtx (true_rtx), true_code, in simplify_if_then_else()
6093 true_code = GET_CODE (cond); in simplify_if_then_else()
6114 true_code = reversed_comparison_code (cond, NULL); in simplify_if_then_else()
6123 true_code = GET_CODE (cond); in simplify_if_then_else()
6133 if (true_code == EQ && ! side_effects_p (cond) in simplify_if_then_else()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcombine.c6394 enum rtx_code true_code = GET_CODE (cond); in simplify_if_then_else() local
6404 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else()
6432 swapped = 1, true_code = EQ, false_code = NE; in simplify_if_then_else()
6443 if (true_code == EQ in simplify_if_then_else()
6450 else if (true_code == EQ in simplify_if_then_else()
6465 true_rtx = subst (known_cond (copy_rtx (true_rtx), true_code, in simplify_if_then_else()
6478 true_code = GET_CODE (cond); in simplify_if_then_else()
6499 true_code = reversed_comparison_code (cond, NULL); in simplify_if_then_else()
6508 true_code = GET_CODE (cond); in simplify_if_then_else()
6518 if (true_code == EQ && ! side_effects_p (cond) in simplify_if_then_else()
[all …]