Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c174 static cost_classes all_cost_classes; variable
211 all_cost_classes.num = ira_important_classes_num; in initiate_regno_cost_classes()
213 all_cost_classes.classes[i] = ira_important_classes[i]; in initiate_regno_cost_classes()
214 complete_cost_classes (&all_cost_classes); in initiate_regno_cost_classes()
395 regno_cost_classes[regno] = restrict_cost_classes (&all_cost_classes, in setup_regno_cost_classes_by_mode()
401 = restrict_cost_classes (&all_cost_classes, mode, in setup_regno_cost_classes_by_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc175 static cost_classes all_cost_classes; variable
212 all_cost_classes.num = ira_important_classes_num; in initiate_regno_cost_classes()
214 all_cost_classes.classes[i] = ira_important_classes[i]; in initiate_regno_cost_classes()
215 complete_cost_classes (&all_cost_classes); in initiate_regno_cost_classes()
396 regno_cost_classes[regno] = restrict_cost_classes (&all_cost_classes, in setup_regno_cost_classes_by_mode()
402 = restrict_cost_classes (&all_cost_classes, mode, in setup_regno_cost_classes_by_mode()
H A DChangeLog-201410885 * ira-costs.c (all_cost_classes): New variable.
10888 (initiate_regno_cost_classes): Set up all_cost_classes.
10893 restriction of all_cost_classes to a particular mode.