Searched refs:update_accumulator_with_ops (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-tailcall.cc | 823 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, in update_accumulator_with_ops() function 873 a_acc_arg = update_accumulator_with_ops (PLUS_EXPR, a_acc, var, gsi); in adjust_accumulator_values() 877 m_acc_arg = update_accumulator_with_ops (MULT_EXPR, m_acc, m, gsi); in adjust_accumulator_values()
|
H A D | ChangeLog.gimple-classes | 1419 (update_accumulator_with_ops): Likewise. 3169 (update_accumulator_with_ops): Likewise.
|
H A D | ChangeLog.tuples | 3039 update_accumulator_with_ops, adjust_accumulator_values,
|
H A D | ChangeLog-2014 | 2856 update_accumulator_with_ops): Likewise. 2988 * tree-tailcall.c (update_accumulator_with_ops): Likewise.
|
H A D | ChangeLog-2012 | 15699 * tree-tailcall.c (update_accumulator_with_ops): Use copy_ssa_name.
|
H A D | ChangeLog-2010 | 38241 (update_accumulator_with_ops): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-tailcall.c | 824 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, in update_accumulator_with_ops() function 874 a_acc_arg = update_accumulator_with_ops (PLUS_EXPR, a_acc, var, gsi); in adjust_accumulator_values() 878 m_acc_arg = update_accumulator_with_ops (MULT_EXPR, m_acc, m, gsi); in adjust_accumulator_values()
|