Searched refs:cmp_rhs (Results 1 – 4 of 4) sorted by relevance
1282 tree cmp_rhs, cmp_lhs; in afdo_propagate_circuit() local1289 cmp_rhs = gimple_cond_rhs (cmp_stmt); in afdo_propagate_circuit()1291 if (!TREE_CONSTANT (cmp_rhs) in afdo_propagate_circuit()1292 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in afdo_propagate_circuit()1312 bool check_value_one = (((integer_onep (cmp_rhs)) in afdo_propagate_circuit()
1830 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local1841 cmp_rhs = gimple_cond_rhs (cmp_stmt); in predict_extra_loop_exits()1843 if (!TREE_CONSTANT (cmp_rhs) in predict_extra_loop_exits()1844 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in predict_extra_loop_exits()1852 check_value_one = (((integer_onep (cmp_rhs)) in predict_extra_loop_exits()
1306 tree cmp_rhs, cmp_lhs; in afdo_propagate_circuit() local1313 cmp_rhs = gimple_cond_rhs (cmp_stmt); in afdo_propagate_circuit()1315 if (!TREE_CONSTANT (cmp_rhs) in afdo_propagate_circuit()1316 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in afdo_propagate_circuit()1336 bool check_value_one = (((integer_onep (cmp_rhs)) in afdo_propagate_circuit()
1868 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local1879 cmp_rhs = gimple_cond_rhs (cmp_stmt); in predict_extra_loop_exits()1881 if (!TREE_CONSTANT (cmp_rhs) in predict_extra_loop_exits()1882 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in predict_extra_loop_exits()1890 check_value_one = (((integer_onep (cmp_rhs)) in predict_extra_loop_exits()