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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreginfo.c265 static unsigned short last_move_cost[N_REG_CLASSES][N_REG_CLASSES];
283 all_match &= (last_move_cost[i][j] == cost);
284 last_move_cost[i][j] = cost;
307 if (last_move_cost[i][j] == 65535)
315 cost = last_move_cost[i][j];
264 static unsigned short last_move_cost[N_REG_CLASSES][N_REG_CLASSES]; local

Completed in 107 milliseconds