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

/freebsd-11.0-release/contrib/gcc/
H A Dregclass.c225 static int may_move_out_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES];
507 may_move_out_cost[m][i][j] = 65536;
533 may_move_out_cost[m][i][j] = 0;
535 may_move_out_cost[m][i][j] = cost;
543 may_move_out_cost[m][i][j] = 65536;
1518 ? may_move_out_cost[mode][(int) classes[i]][class]
1744 ? may_move_out_cost[mode][(int) classes[i]][class]
224 static int may_move_out_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES]; variable

Completed in 24 milliseconds