Home
last modified time | relevance | path

Searched refs:dep_cost (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dddg.cc222 latency = dep_cost (link); in create_ddg_dep_from_intra_loop_link()
250 l = dep_cost (dep); in create_ddg_dep_no_link()
Dhaifa-sched.cc1508 dep_cost (dep_t link) in dep_cost() function
1661 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()
Dsched-int.h1404 extern int dep_cost (dep_t);
Dsched-rgn.cc2939 if (int cost = dep_cost (dep)) in dump_rgn_dependencies_dot()
DChangeLog-200711455 (dep_cost, priority, rank_for_schedule, schedule_insn): Update
30506 (dep_cost): Declare.
30574 processing of the dependency cost to dep_cost ().
30575 (dep_cost): New function. Use it instead of insn_cost () when
DChangeLog-20087438 (dep_cost): ... here.
7439 (dep_cost): Use dep_cost_1.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc19457 && rs6000_is_costly_dependence (dep, dep_cost (dep), 0)) in is_costly_group()