Searched refs:comp_cost (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c205 class comp_cost
208 comp_cost (): cost (0), complexity (0), scratch (0) function
211 comp_cost (int64_t cost, unsigned complexity, int64_t scratch = 0) function
219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2);
221 /* Adds COST to the comp_cost. */
222 comp_cost operator+= (comp_cost cost);
224 /* Adds constant C to this comp_cost
[all...]
H A Dloop-invariant.c1303 get_inv_cost (struct invariant *inv, int *comp_cost, unsigned *regs_needed, argument
1316 *comp_cost = 0;
1348 (*comp_cost) += inv->cost * inv->eqno;
1440 (*comp_cost) += acomp_cost;
1456 int comp_cost, size_cost; local
1464 ret = get_inv_cost (inv, &comp_cost, regs_needed, &cl);
1524 return comp_cost - size_cost;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc205 class comp_cost class
208 comp_cost (): cost (0), complexity (0), scratch (0) function in class:comp_cost
211 comp_cost (int64_t cost, unsigned complexity, int64_t scratch = 0) function in class:comp_cost
219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2);
221 /* Adds COST to the comp_cost. */
222 comp_cost operator+= (comp_cost cost);
224 /* Adds constant C to this comp_cost
[all...]
H A Dloop-invariant.cc1313 get_inv_cost (struct invariant *inv, int *comp_cost, unsigned *regs_needed, argument
1326 *comp_cost = 0;
1358 (*comp_cost) += inv->cost * inv->eqno;
1450 (*comp_cost) += acomp_cost;
1466 int comp_cost, size_cost; local
1474 ret = get_inv_cost (inv, &comp_cost, regs_needed, &cl);
1534 return comp_cost - size_cost;

Completed in 217 milliseconds