Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dauto-profile.c1303 tree cmp_rhs, cmp_lhs; in afdo_propagate_circuit() local
1310 cmp_rhs = gimple_cond_rhs (cmp_stmt); in afdo_propagate_circuit()
1312 if (!TREE_CONSTANT (cmp_rhs) in afdo_propagate_circuit()
1313 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in afdo_propagate_circuit()
1333 bool check_value_one = (((integer_onep (cmp_rhs)) in afdo_propagate_circuit()
H A Dpredict.c1774 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local
1785 cmp_rhs = gimple_cond_rhs (cmp_stmt); in predict_extra_loop_exits()
1787 if (!TREE_CONSTANT (cmp_rhs) in predict_extra_loop_exits()
1788 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in predict_extra_loop_exits()
1796 check_value_one = (((integer_onep (cmp_rhs)) in predict_extra_loop_exits()