Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc9129 struct bundle_state *curr_state, *next_state, *best_state; in bundling() local
9259 best_state = NULL; in bundling()
9268 && (best_state == NULL || best_state->cost > curr_state->cost in bundling()
9269 || (best_state->cost == curr_state->cost in bundling()
9271 < best_state->accumulated_insns_num in bundling()
9273 == best_state->accumulated_insns_num in bundling()
9275 < best_state->branch_deviation in bundling()
9277 == best_state->branch_deviation in bundling()
9279 < best_state->middle_bundle_stops))))))) in bundling()
9280 best_state = curr_state; in bundling()
[all …]