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

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h321 int (* adjust_cost_2) (rtx insn, int, rtx def_insn, int cost); member in struct:gcc_target::sched
H A Dhaifa-sched.c700 if (targetm.sched.adjust_cost_2)
701 cost = targetm.sched.adjust_cost_2 (used, (int) dep_type, insn, cost);

Completed in 176 milliseconds