Searched refs:update_accumulator_with_ops (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-tailcall.c | 656 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, in update_accumulator_with_ops() function 709 a_acc_arg = update_accumulator_with_ops (PLUS_EXPR, a_acc, var, gsi); in adjust_accumulator_values() 713 m_acc_arg = update_accumulator_with_ops (MULT_EXPR, m_acc, m, gsi); in adjust_accumulator_values()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-tailcall.c | 716 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, in update_accumulator_with_ops() function 766 a_acc_arg = update_accumulator_with_ops (PLUS_EXPR, a_acc, var, gsi); in adjust_accumulator_values() 770 m_acc_arg = update_accumulator_with_ops (MULT_EXPR, m_acc, m, gsi); in adjust_accumulator_values()
|