Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtarget.h223 int (* adjust_cost) (rtx insn, rtx link, rtx def_insn, int cost); member
HDhaifa-sched.c702 if (targetm.sched.adjust_cost) in insn_cost1()
703 cost = targetm.sched.adjust_cost (used, link, insn, cost); in insn_cost1()
HDChangeLog-200336871 (adjust_cost): Change cost only for output dependencies.
/freebsd-11-stable/contrib/gcc/config/i386/
HDk6.md208 ;; ??? Apparently we take care of this reservation in adjust_cost.