◆ comp_cost() [1/2]
◆ comp_cost() [2/2]
comp_cost::comp_cost |
( |
int64_t | cost, |
|
|
unsigned | complexity, |
|
|
int64_t | scratch = 0 ) |
|
inline |
◆ infinite_cost_p()
bool comp_cost::infinite_cost_p |
( |
| ) |
|
References cost, and INFTY.
Referenced by determine_group_iv_cost_address(), determine_group_iv_cost_cond(), determine_group_iv_cost_generic(), determine_group_iv_costs(), operator*=(), operator+=(), operator-=(), operator/=(), set_group_iv_cost(), and try_add_cand_for().
◆ operator*=()
comp_cost comp_cost::operator*= |
( |
HOST_WIDE_INT | c | ) |
|
◆ operator+=() [1/2]
◆ operator+=() [2/2]
comp_cost comp_cost::operator+= |
( |
HOST_WIDE_INT | c | ) |
|
◆ operator-=() [1/2]
◆ operator-=() [2/2]
comp_cost comp_cost::operator-= |
( |
HOST_WIDE_INT | c | ) |
|
◆ operator/=()
comp_cost comp_cost::operator/= |
( |
HOST_WIDE_INT | c | ) |
|
◆ operator+
◆ operator-
◆ operator<
◆ operator<=
◆ operator==
◆ complexity
unsigned comp_cost::complexity |
◆ cost
Referenced by determine_group_iv_cost_cond(), determine_group_iv_costs(), determine_iv_cost(), find_optimal_iv_set(), get_computation_cost(), get_scaled_computation_cost_at(), infinite_cost_p(), iv_ca_dump(), operator*=(), operator+=(), operator+=(), operator-=(), operator-=(), and operator/=().
◆ scratch
int64_t comp_cost::scratch |
The documentation for this class was generated from the following file: