Home
last modified time | relevance | path

Searched refs:cmp_lhs (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
1311 cmp_lhs = gimple_cond_lhs (cmp_stmt); in afdo_propagate_circuit()
1315 if (TREE_CODE (cmp_lhs) != SSA_NAME) in afdo_propagate_circuit()
1319 def_stmt = SSA_NAME_DEF_STMT (cmp_lhs); in afdo_propagate_circuit()
H A Dpredict.c1774 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local
1786 cmp_lhs = gimple_cond_lhs (cmp_stmt); in predict_extra_loop_exits()
1790 if (TREE_CODE (cmp_lhs) != SSA_NAME) in predict_extra_loop_exits()
1800 lhs_def_stmt = SSA_NAME_DEF_STMT (cmp_lhs); in predict_extra_loop_exits()