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

/freebsd-10.1-release/contrib/gcc/
H A Dcse.c430 The `regcost' field stores the value returned by approx_reg_cost for
577 static int approx_reg_cost (rtx);
697 /* Subroutine of approx_reg_cost; called through for_each_rtx. */
731 approx_reg_cost (rtx x)
1544 elt->regcost = approx_reg_cost (x);
2922 || approx_reg_cost (folded) < approx_reg_cost (addr))))
3536 constant_pool_entries_regcost = approx_reg_cost (constant);
5529 src_regcost = approx_reg_cost (src);
5540 src_eqv_regcost = approx_reg_cost (src_eqv_her
729 approx_reg_cost (rtx x) function
[all...]

Completed in 58 milliseconds