Searched refs:sched_adjust_cost (Results 1 – 4 of 4) sorted by relevance
322 bool (*sched_adjust_cost) (rtx_insn *, int, rtx_insn *, int *); member
12546 if (current_tune->sched_adjust_cost != NULL) in arm_adjust_cost()12548 if (!current_tune->sched_adjust_cost (insn, dep_type, dep, &cost)) in arm_adjust_cost()
18459 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.18466 sched_adjust_cost.
19329 "sched_adjust_cost" callback field.