Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c14247 int loadcost = 3; in ix86_adjust_cost() local
14255 loadcost = 3; in ix86_adjust_cost()
14257 loadcost = TARGET_ATHLON ? 2 : 0; in ix86_adjust_cost()
14259 if (cost >= loadcost) in ix86_adjust_cost()
14260 cost -= loadcost; in ix86_adjust_cost()