HomeSort by: relevance | last modified time | path
    Searched defs:rhs_p (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vrp.cc 199 bool rhs_p = TREE_CODE (gimple_cond_rhs (s)) == SSA_NAME; local
202 if (lhs_p && rhs_p)
tree-vrp.cc 199 bool rhs_p = TREE_CODE (gimple_cond_rhs (s)) == SSA_NAME; local
202 if (lhs_p && rhs_p)
ipa-param-manipulation.cc 1996 tree *lhs_p, *rhs_p; local
2002 rhs_p = gimple_assign_rhs1_ptr (stmt);
2006 any |= modify_expression (rhs_p, false, extra_stmts);
2008 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
2010 if (TREE_CODE (*rhs_p) == CONSTRUCTOR)
2014 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
2016 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
2022 == tree_to_shwi (TYPE_SIZE (TREE_TYPE (*rhs_p))));
2025 *rhs_p);
ipa-param-manipulation.cc 1996 tree *lhs_p, *rhs_p; local
2002 rhs_p = gimple_assign_rhs1_ptr (stmt);
2006 any |= modify_expression (rhs_p, false, extra_stmts);
2008 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
2010 if (TREE_CODE (*rhs_p) == CONSTRUCTOR)
2014 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
2016 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
2022 == tree_to_shwi (TYPE_SIZE (TREE_TYPE (*rhs_p))));
2025 *rhs_p);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 1829 tree *lhs_p, *rhs_p; local
1835 rhs_p = gimple_assign_rhs1_ptr (stmt);
1839 any |= modify_expression (rhs_p, false);
1841 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
1843 if (TREE_CODE (*rhs_p) == CONSTRUCTOR)
1847 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
1849 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
1856 *rhs_p);
ipa-param-manipulation.cc 1829 tree *lhs_p, *rhs_p; local
1835 rhs_p = gimple_assign_rhs1_ptr (stmt);
1839 any |= modify_expression (rhs_p, false);
1841 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
1843 if (TREE_CODE (*rhs_p) == CONSTRUCTOR)
1847 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
1849 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
1856 *rhs_p);

Completed in 38 milliseconds