Home
last modified time | relevance | path

Searched refs:removable_params_cost (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c3345 int *removable_params_cost)
3360 if (removable_params_cost)
3361 *removable_params_cost = 0;
3373 if (removable_params_cost)
3374 *removable_params_cost
3378 else if (removable_params_cost
3380 *removable_params_cost
3418 int removable_params_cost,
3442 + removable_params_cost + est_move_cost;
3485 int removable_params_cost;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc3421 int *removable_params_cost) in gather_context_independent_values() argument
3431 if (removable_params_cost) in gather_context_independent_values()
3432 *removable_params_cost = 0; in gather_context_independent_values()
3444 if (removable_params_cost) in gather_context_independent_values()
3445 *removable_params_cost in gather_context_independent_values()
3449 else if (removable_params_cost in gather_context_independent_values()
3451 *removable_params_cost in gather_context_independent_values()
3488 int removable_params_cost, int est_move_cost, in perform_estimation_of_a_value() argument
3505 + removable_params_cost + est_move_cost); in perform_estimation_of_a_value()
3546 int removable_params_cost; in estimate_local_effects() local
[all …]