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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2634 int mult_savings = stmt_cost (c->cand_stmt, speed);
2640 int cost = add_costs - mult_savings - c->dead_savings;
2646 fprintf (dump_file, " mult_savings = %d\n", mult_savings);
2626 int mult_savings = stmt_cost (c->cand_stmt, speed); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2634 int mult_savings = stmt_cost (c->cand_stmt, speed);
2640 int cost = add_costs - mult_savings - c->dead_savings;
2646 fprintf (dump_file, " mult_savings = %d\n", mult_savings);
2626 int mult_savings = stmt_cost (c->cand_stmt, speed); local

Completed in 30 milliseconds