Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c1282 tree cmp_rhs, cmp_lhs; in afdo_propagate_circuit() local
1289 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()
H A Dpredict.c1830 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local
1841 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc1306 tree cmp_rhs, cmp_lhs; in afdo_propagate_circuit() local
1313 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()
H A Dpredict.cc1868 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local
1879 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()