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

  /src/external/gpl3/gcc/dist/gcc/
tree-tailcall.cc 823 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, function
873 a_acc_arg = update_accumulator_with_ops (PLUS_EXPR, a_acc, var, gsi);
877 m_acc_arg = update_accumulator_with_ops (MULT_EXPR, m_acc, m, gsi);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-tailcall.cc 823 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, function
873 a_acc_arg = update_accumulator_with_ops (PLUS_EXPR, a_acc, var, gsi);
877 m_acc_arg = update_accumulator_with_ops (MULT_EXPR, m_acc, m, gsi);

Completed in 24 milliseconds