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

  /src/external/gpl3/gcc/dist/gcc/
ira-build.cc 2006 /* Propagate ALLOCNO_HARD_REG_COSTS from A to PARENT_A. Use SPILL_COST
2011 int spill_cost)
2014 if (ira_caller_save_loop_spill_p (parent_a, a, spill_cost))
2030 parent_costs[i] += spill_cost;
2034 parent_costs[i] += MIN (costs[i], spill_cost);
2069 int spill_cost = INT_MAX;
2071 spill_cost = (border_costs.spill_inside_loop_cost ()
2084 Doing that has cost SPILL_COST. */
2088 if (!ira_caller_save_loop_spill_p (parent_a, a, spill_cost))
2104 ira_propagate_hard_reg_costs (parent_a, a, spill_cost);
2060 int spill_cost = INT_MAX; local
    [all...]
reload1.cc 1687 static int spill_cost[FIRST_PSEUDO_REGISTER];
1689 /* When spilling multiple hard registers, we use SPILL_COST for the first
1724 spill_cost[r + nregs] += freq;
1728 /* Calculate the SPILL_COST and SPILL_ADD_COST arrays and determine the
1741 memset (spill_cost, 0, sizeof spill_cost);
1783 update SPILL_COST/SPILL_ADD_COST. */
1810 spill_cost[r + nregs] -= freq;
1857 int this_cost = spill_cost[regno];
1947 gcc_assert (spill_cost[best_reg + i] == 0)
1678 static int spill_cost[FIRST_PSEUDO_REGISTER]; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-build.cc 2004 /* Propagate ALLOCNO_HARD_REG_COSTS from A to PARENT_A. Use SPILL_COST
2009 int spill_cost)
2012 if (ira_caller_save_loop_spill_p (parent_a, a, spill_cost))
2028 parent_costs[i] += spill_cost;
2032 parent_costs[i] += MIN (costs[i], spill_cost);
2067 int spill_cost = INT_MAX;
2069 spill_cost = (border_costs.spill_inside_loop_cost ()
2079 Doing that has cost SPILL_COST. */
2083 if (!ira_caller_save_loop_spill_p (parent_a, a, spill_cost))
2099 ira_propagate_hard_reg_costs (parent_a, a, spill_cost);
2058 int spill_cost = INT_MAX; local
    [all...]
reload1.cc 1687 static int spill_cost[FIRST_PSEUDO_REGISTER];
1689 /* When spilling multiple hard registers, we use SPILL_COST for the first
1724 spill_cost[r + nregs] += freq;
1728 /* Calculate the SPILL_COST and SPILL_ADD_COST arrays and determine the
1741 memset (spill_cost, 0, sizeof spill_cost);
1783 update SPILL_COST/SPILL_ADD_COST. */
1810 spill_cost[r + nregs] -= freq;
1857 int this_cost = spill_cost[regno];
1947 gcc_assert (spill_cost[best_reg + i] == 0)
1678 static int spill_cost[FIRST_PSEUDO_REGISTER]; variable
    [all...]

Completed in 20 milliseconds