Home
last modified time | relevance | path

Searched refs:is_branch_slot_insn (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c652 static bool is_branch_slot_insn (rtx);
16767 is_branch_slot_insn (rtx insn) in is_branch_slot_insn() function
17088 if (is_branch_slot_insn (insn)) in insn_terminates_group_p()
17181 if (can_issue_more && !is_branch_slot_insn (next_insn)) in force_new_group()
17241 || (can_issue_more == 1 && !is_branch_slot_insn (next_insn)) in force_new_group()
17324 || (can_issue_more == 1 && !is_branch_slot_insn (next_insn)) in redefine_groups()
17400 if (!is_branch_slot_insn (next_insn)) in pad_groups()
/freebsd-9-stable/contrib/gcc/
DChangeLog-200437162 (is_branch_slot_insn): Use rs6000_sched_groups.