Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dregclass.c224 static int may_move_out_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES]; variable
506 may_move_out_cost[m][i][j] = 65536; in init_reg_sets_1()
532 may_move_out_cost[m][i][j] = 0; in init_reg_sets_1()
534 may_move_out_cost[m][i][j] = cost; in init_reg_sets_1()
542 may_move_out_cost[m][i][j] = 65536; in init_reg_sets_1()
1512 ? may_move_out_cost[mode][(int) classes[i]][class] in record_reg_classes()
1738 ? may_move_out_cost[mode][(int) classes[i]][class] in record_reg_classes()
DChangeLog-19992311 (may_move_out_cost): New variable.
2312 (init_reg_sets_1): Initialize may_move_out_cost.
2313 (record_reg_classes): Use may_move_out_cost.
DChangeLog-200133558 (move_cost, may_move_in_cost, may_move_out_cost): Add mode