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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c8542 struct bundle_state *curr_state, *next_state, *best_state;
8681 best_state = NULL;
8690 && (best_state == NULL || best_state->cost > curr_state->cost
8691 || (best_state->cost == curr_state->cost
8693 < best_state->accumulated_insns_num
8695 == best_state->accumulated_insns_num
8697 < best_state->branch_deviation
8699 == best_state->branch_deviation
8701 < best_state
8525 struct bundle_state *curr_state, *next_state, *best_state; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c7116 struct bundle_state *curr_state, *next_state, *best_state;
7262 best_state = NULL;
7271 && (best_state == NULL || best_state->cost > curr_state->cost
7272 || (best_state->cost == curr_state->cost
7274 < best_state->accumulated_insns_num
7276 == best_state->accumulated_insns_num
7278 < best_state->branch_deviation)))))
7279 best_state = curr_state;
7281 insn_num = best_state
7099 struct bundle_state *curr_state, *next_state, *best_state; local
[all...]

Completed in 181 milliseconds