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

  /src/external/gpl3/gcc/dist/gcc/
tree-vrp.cc 198 bool lhs_p = TREE_CODE (gimple_cond_lhs (s)) == SSA_NAME; local
202 if (lhs_p && rhs_p)
205 if (lhs_p && TREE_CODE (gimple_cond_rhs (s)) == ADDR_EXPR)
238 tree ssa = lhs_p ? gimple_cond_lhs (s) : gimple_cond_rhs (s);
tree-vrp.cc 198 bool lhs_p = TREE_CODE (gimple_cond_lhs (s)) == SSA_NAME; local
202 if (lhs_p && rhs_p)
205 if (lhs_p && TREE_CODE (gimple_cond_rhs (s)) == ADDR_EXPR)
238 tree ssa = lhs_p ? gimple_cond_lhs (s) : gimple_cond_rhs (s);
ipa-param-manipulation.cc 1996 tree *lhs_p, *rhs_p; local
2003 lhs_p = gimple_assign_lhs_ptr (stmt);
2005 any = modify_expression (lhs_p, false);
2008 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
2013 if (is_gimple_reg_type (TREE_TYPE (*lhs_p)))
2014 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
2016 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
2021 gcc_checking_assert (tree_to_shwi (TYPE_SIZE (TREE_TYPE (*lhs_p)))
2024 VIEW_CONVERT_EXPR, TREE_TYPE (*lhs_p),
ipa-param-manipulation.cc 1996 tree *lhs_p, *rhs_p; local
2003 lhs_p = gimple_assign_lhs_ptr (stmt);
2005 any = modify_expression (lhs_p, false);
2008 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
2013 if (is_gimple_reg_type (TREE_TYPE (*lhs_p)))
2014 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
2016 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
2021 gcc_checking_assert (tree_to_shwi (TYPE_SIZE (TREE_TYPE (*lhs_p)))
2024 VIEW_CONVERT_EXPR, TREE_TYPE (*lhs_p),
tree-ssa-structalias.cc 3287 If lhs_p is true then the constraint expression is assumed to be used
3292 bool address_p, bool lhs_p)
3353 get_constraint_for_1 (TREE_OPERAND (t, 0), results, false, lhs_p); local
3357 get_constraint_for_1 (t, results, true, lhs_p);
3518 bool lhs_p)
3635 get_constraint_for_component_ref (t, results, address_p, lhs_p);
3639 lhs_p); local
3664 get_constraint_for_1 (val, &tmp, address_p, lhs_p);
tree-ssa-structalias.cc 3287 If lhs_p is true then the constraint expression is assumed to be used
3292 bool address_p, bool lhs_p)
3353 get_constraint_for_1 (TREE_OPERAND (t, 0), results, false, lhs_p); local
3357 get_constraint_for_1 (t, results, true, lhs_p);
3518 bool lhs_p)
3635 get_constraint_for_component_ref (t, results, address_p, lhs_p);
3639 lhs_p); local
3664 get_constraint_for_1 (val, &tmp, address_p, lhs_p);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 1829 tree *lhs_p, *rhs_p; local
1836 lhs_p = gimple_assign_lhs_ptr (stmt);
1838 any = modify_expression (lhs_p, false);
1841 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
1846 if (is_gimple_reg_type (TREE_TYPE (*lhs_p)))
1847 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
1849 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
1855 VIEW_CONVERT_EXPR, TREE_TYPE (*lhs_p),
ipa-param-manipulation.cc 1829 tree *lhs_p, *rhs_p; local
1836 lhs_p = gimple_assign_lhs_ptr (stmt);
1838 any = modify_expression (lhs_p, false);
1841 && !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p)))
1846 if (is_gimple_reg_type (TREE_TYPE (*lhs_p)))
1847 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p));
1849 *rhs_p = build_constructor (TREE_TYPE (*lhs_p),
1855 VIEW_CONVERT_EXPR, TREE_TYPE (*lhs_p),
tree-ssa-structalias.cc 3254 If lhs_p is true then the constraint expression is assumed to be used
3259 bool address_p, bool lhs_p)
3320 get_constraint_for_1 (TREE_OPERAND (t, 0), results, false, lhs_p); local
3324 get_constraint_for_1 (t, results, true, lhs_p);
3485 bool lhs_p)
3602 get_constraint_for_component_ref (t, results, address_p, lhs_p);
3606 lhs_p); local
3631 get_constraint_for_1 (val, &tmp, address_p, lhs_p);
tree-ssa-structalias.cc 3254 If lhs_p is true then the constraint expression is assumed to be used
3259 bool address_p, bool lhs_p)
3320 get_constraint_for_1 (TREE_OPERAND (t, 0), results, false, lhs_p); local
3324 get_constraint_for_1 (t, results, true, lhs_p);
3485 bool lhs_p)
3602 get_constraint_for_component_ref (t, results, address_p, lhs_p);
3606 lhs_p); local
3631 get_constraint_for_1 (val, &tmp, address_p, lhs_p);

Completed in 94 milliseconds