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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2989 reduces cost by REPL_SAVINGS. Also account for savings from any
2994 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c,
3003 local_cost = cost_in - repl_savings - c->dead_savings;
3019 local_cost = lowest_cost_path (local_cost, repl_savings,
3025 sib_cost = lowest_cost_path (cost_in, repl_savings,
3037 by REPL_SAVINGS. Also account for savings from statements that
3041 total_savings (int repl_savings, slsr_cand_t c, const offset_int &incr,
3048 savings += repl_savings + c->dead_savings;
3063 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr,
3067 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr
3142 int repl_savings; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2989 reduces cost by REPL_SAVINGS. Also account for savings from any
2994 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c,
3003 local_cost = cost_in - repl_savings - c->dead_savings;
3019 local_cost = lowest_cost_path (local_cost, repl_savings,
3025 sib_cost = lowest_cost_path (cost_in, repl_savings,
3037 by REPL_SAVINGS. Also account for savings from statements that
3041 total_savings (int repl_savings, slsr_cand_t c, const widest_int &incr,
3048 savings += repl_savings + c->dead_savings;
3063 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr,
3067 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr
3142 int repl_savings; local
    [all...]

Completed in 26 milliseconds