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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c14289 int loadcost = 3;
14297 loadcost = 3;
14299 loadcost = TARGET_ATHLON ? 2 : 0;
14301 if (cost >= loadcost)
14302 cost -= loadcost;
14261 int loadcost = 3; local

Completed in 103 milliseconds