Searched refs:annul_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c1295 int annul_p = JUMP_P (delay_insn) && INSN_ANNULLED_BRANCH_P (delay_insn);
1314 if (! annul_p)
1349 if (! annul_p)
1413 if (! annul_p)
1447 if (slot_number == num_slots && annul_p)
1630 bool annul_p = false;
1648 annul_p = INSN_ANNULLED_BRANCH_P (control);
1659 && ! (annul_p && INSN_FROM_TARGET_P (candidate)))
1668 if ((!annul_p || !INSN_FROM_TARGET_P (candidate))
1279 int annul_p = JUMP_P (delay_insn) && INSN_ANNULLED_BRANCH_P (delay_insn); local
1613 bool annul_p = false; local
H A Dresource.c721 bool annul_p = JUMP_P (control) && INSN_ANNULLED_BRANCH_P (control);
727 if (!annul_p && INSN_FROM_TARGET_P (elt))
715 bool annul_p = JUMP_P (control) && INSN_ANNULLED_BRANCH_P (control); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc1224 int annul_p = JUMP_P (delay_insn) && INSN_ANNULLED_BRANCH_P (delay_insn);
1243 if (! annul_p)
1276 if (! annul_p)
1339 if (! annul_p)
1373 if (slot_number == num_slots && annul_p)
1555 bool annul_p = false;
1573 annul_p = INSN_ANNULLED_BRANCH_P (control);
1584 && ! (annul_p && INSN_FROM_TARGET_P (candidate)))
1593 if ((!annul_p || !INSN_FROM_TARGET_P (candidate))
1208 int annul_p = JUMP_P (delay_insn) && INSN_ANNULLED_BRANCH_P (delay_insn); local
1538 bool annul_p = false; local
H A Dresource.cc707 bool annul_p = JUMP_P (control) && INSN_ANNULLED_BRANCH_P (control);
713 if (!annul_p && INSN_FROM_TARGET_P (elt))
701 bool annul_p = JUMP_P (control) && INSN_ANNULLED_BRANCH_P (control); local

Completed in 195 milliseconds