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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c793 int i, ncost;
814 ncost = minb * 0x40 + maxb;
815 ncost *= (unit_n_insns[unit] - 1) * 0x1000 + unit;
816 if (ncost > cost)
817 cost = ncost;
880 int ncost = cost;
882 ADJUST_COST (used, link, insn, ncost);
883 if (ncost <= 1)
884 LINK_COST_FREE (link) = ncost = 1;
885 if (cost == ncost)
789 int i, ncost; local
876 int ncost = cost; local
[all...]
H A Dhaifa-sched.c3067 int i, ncost;
3088 ncost = minb * 0x40 + maxb;
3089 ncost *= (unit_n_insns[unit] - 1) * 0x1000 + unit;
3090 if (ncost > cost)
3091 cost = ncost;
3158 int ncost = cost;
3160 ADJUST_COST (used, link, insn, ncost);
3161 if (ncost <= 1)
3162 LINK_COST_FREE (link) = ncost = 1;
3163 if (cost == ncost)
3063 int i, ncost; local
3154 int ncost = cost; local
[all...]

Completed in 101 milliseconds