Searched refs:best_s (Results 1 – 2 of 2) sorted by relevance
282 unsigned int best_s = (unsigned int) -1; in block_best() local289 if (s < best_s) { in block_best()290 best_s = s; in block_best()295 if (s < best_s) { in block_best()296 best_s = s; in block_best()301 if (best_s < score) { in block_best()305 score = best_s; in block_best()314 unsigned int best_s = (unsigned int) -1; in block_best() local321 if (s < best_s) { in block_best()322 best_s = s; in block_best()[all …]
834 unsigned best_s = r; in optimize_reg_permutation() local848 best_s = s; in optimize_reg_permutation()854 if (best_s != r) { in optimize_reg_permutation()857 swap(banks[b], r, p, best_s, p); in optimize_reg_permutation()860 SWAP(map.v[r], map.v[best_s]); in optimize_reg_permutation()