Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsched-ebb.c54 static int contributes_to_priority PARAMS ((rtx, rtx));
158 contributes_to_priority (next, insn) in contributes_to_priority() function
201 contributes_to_priority,
H A Dsched-int.h150 int (*contributes_to_priority) PARAMS ((rtx, rtx)); member
H A Dsched-rgn.c1970 static int contributes_to_priority PARAMS ((rtx, rtx));
2253 contributes_to_priority (next, insn) in contributes_to_priority() function
2286 contributes_to_priority,
H A Dhaifa-sched.c812 if (! (*current_sched_info->contributes_to_priority) (next, insn))
H A DChangeLog.4500 (priority): Don't access BLOCK_NUM, use the new contributes_to_priority
504 contributes_to_priority and compute_jump_reg_dependencies.
505 * sched-rgn.c (contributes_to_priority, compute_jump_reg_dependencies):
/openbsd/gnu/gcc/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()