Searched refs:dep_cost (Results 1 – 7 of 7) sorted by relevance
222 latency = dep_cost (link); in create_ddg_dep_from_intra_loop_link()250 l = dep_cost (dep); in create_ddg_dep_no_link()
1508 dep_cost (dep_t link) in dep_cost() function1661 cost = dep_cost (dep); in priority()1668 cost = dep_cost (dep1); in priority()2764 if (dep1 == NULL || dep_cost (dep1) == 1) in rank_for_schedule()2774 if (dep2 == NULL || dep_cost (dep2) == 1) in rank_for_schedule()4851 gcc_assert (INSN_TICK (pro) + dep_cost (dep) <= INSN_TICK (insn)); in estimate_insn_tick()4854 int cost = dep_cost (dep); in estimate_insn_tick()5261 cost = dep_cost (dep); in ok_for_early_queue_removal()7710 tick1 = INSN_TICK (pro) + dep_cost (dep); in fix_tick_ready()
1404 extern int dep_cost (dep_t);
2939 if (int cost = dep_cost (dep)) in dump_rgn_dependencies_dot()
11455 (dep_cost, priority, rank_for_schedule, schedule_insn): Update30506 (dep_cost): Declare.30574 processing of the dependency cost to dep_cost ().30575 (dep_cost): New function. Use it instead of insn_cost () when
7438 (dep_cost): ... here.7439 (dep_cost): Use dep_cost_1.
19457 && rs6000_is_costly_dependence (dep, dep_cost (dep), 0)) in is_costly_group()