Home
last modified time | relevance | path

Searched refs:contributes_to_priority (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dsched-ebb.c66 static int contributes_to_priority (rtx, rtx);
222 contributes_to_priority (rtx next ATTRIBUTE_UNUSED, in contributes_to_priority() function
264 contributes_to_priority,
H A Dsched-int.h168 int (*contributes_to_priority) (rtx, rtx); member
H A Dsched-rgn.c1935 static int contributes_to_priority (rtx, rtx);
2169 contributes_to_priority (rtx next, rtx insn) in contributes_to_priority() function
2201 contributes_to_priority,
H A Dhaifa-sched.c764 if (! (*current_sched_info->contributes_to_priority) in priority()
H A DChangeLog-20069306 (contributes_to_priority): Removed.
9388 (debug_regions, contributes_to_priority): Fixed to handle EBBs.
H A DChangeLog-2000506 (priority): Don't access BLOCK_NUM, use the new contributes_to_priority
510 contributes_to_priority and compute_jump_reg_dependencies.
511 * sched-rgn.c (contributes_to_priority, compute_jump_reg_dependencies):