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

/haiku-buildtools/legacy/gcc/gcc/
H A Dregclass.c1164 struct costs this_op_costs[MAX_RECOG_OPERANDS];
1189 bzero ((char *) &this_op_costs[i], sizeof this_op_costs[i]);
1246 this_op_costs[i] = this_op_costs[j];
1435 from this_op_costs after the `continue' statement
1441 struct costs *pp = &this_op_costs[i];
1504 struct costs *pp = &op_costs[i], *qq = &this_op_costs[i];
1160 struct costs this_op_costs[MAX_RECOG_OPERANDS]; local
/haiku-buildtools/gcc/gcc/
H A Dira-costs.c96 #define this_op_costs \ macro
583 memset (this_op_costs[i], 0, struct_costs_size);
645 struct costs *pp = this_op_costs[i];
864 from this_op_costs after the `continue' statement
871 struct costs *pp = this_op_costs[i];
1038 struct costs *pp = op_costs[i], *qq = this_op_costs[i];
2149 this_op_costs[i] = NULL;
2191 this_op_costs[i] = (struct costs *) xmalloc (max_struct_costs_size);

Completed in 102 milliseconds