Home | History | Annotate | Download | only in i386

Lines Matching defs:loadcost

382 	  int loadcost = 3;
390 loadcost = 3;
392 loadcost = TARGET_CPU_P (ATHLON) ? 2 : 0;
394 if (cost >= loadcost)
395 cost -= loadcost;
420 int loadcost;
425 loadcost = 4;
427 loadcost = 7;
429 if (cost >= loadcost)
430 cost -= loadcost;