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

/freebsd-11.0-release/contrib/gcc/
H A Dregclass.c1420 struct costs this_op_costs[MAX_RECOG_OPERANDS];
1446 memset (&this_op_costs[i], 0, sizeof this_op_costs[i]);
1510 struct costs *pp = &this_op_costs[i];
1730 from this_op_costs after the `continue' statement
1736 struct costs *pp = &this_op_costs[i];
1812 struct costs *pp = &op_costs[i], *qq = &this_op_costs[i];
1414 struct costs this_op_costs[MAX_RECOG_OPERANDS]; local

Completed in 83 milliseconds