Searched refs:adjust_cost_2 (Results 1 – 3 of 3) sorted by relevance
321 int (* adjust_cost_2) (rtx insn, int, rtx def_insn, int cost); member
697 if (targetm.sched.adjust_cost_2) in insn_cost1()698 cost = targetm.sched.adjust_cost_2 (used, (int) dep_type, insn, cost); in insn_cost1()
9271 (struct gcc_target.sched): New fields: adjust_cost_2, h_i_d_extended,