Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c1683 enum tree_code lhs_code; in record_equivalences_from_stmt() local
1688 lhs_code = TREE_CODE (lhs); in record_equivalences_from_stmt()
1690 if (lhs_code == SSA_NAME in record_equivalences_from_stmt()
1721 if (lhs_code == SSA_NAME in record_equivalences_from_stmt()
H A Dfold-const.c6117 enum tree_code lhs_code = TREE_CODE (lhs); in merge_truthop_with_opposite_arm() local
6135 if (lhs_code == truthop_code && !rhs_only) in merge_truthop_with_opposite_arm()
6141 lhs_code = TREE_CODE (lhs); in merge_truthop_with_opposite_arm()
6150 if (!rhs_only && inv_code == lhs_code in merge_truthop_with_opposite_arm()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc1718 enum tree_code lhs_code; in record_equivalences_from_stmt() local
1723 lhs_code = TREE_CODE (lhs); in record_equivalences_from_stmt()
1725 if (lhs_code == SSA_NAME in record_equivalences_from_stmt()
1756 if (lhs_code == SSA_NAME in record_equivalences_from_stmt()
H A Dfold-const.cc6198 enum tree_code lhs_code = TREE_CODE (lhs); in merge_truthop_with_opposite_arm() local
6218 if (lhs_code == truthop_code && !rhs_only) in merge_truthop_with_opposite_arm()
6224 lhs_code = TREE_CODE (lhs); in merge_truthop_with_opposite_arm()
6233 if (!rhs_only && inv_code == lhs_code in merge_truthop_with_opposite_arm()