Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c670 int i, ncost; local
691 ncost = minb * 0x40 + maxb;
692 ncost *= (unit_n_insns[unit] - 1) * 0x1000 + unit;
693 if (ncost > cost)
694 cost = ncost;