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

/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c7760 struct bundle_state *curr_state, *next_state, *best_state;
7906 best_state = NULL;
7915 && (best_state == NULL || best_state->cost > curr_state->cost
7916 || (best_state->cost == curr_state->cost
7918 < best_state->accumulated_insns_num
7920 == best_state->accumulated_insns_num
7922 < best_state->branch_deviation)))))
7923 best_state = curr_state;
7925 insn_num = best_state
7744 struct bundle_state *curr_state, *next_state, *best_state; local
[all...]

Completed in 62 milliseconds