Searched refs:computed_jump_p (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgbuild.c345 else if (computed_jump_p (insn))
H A Dbb-reorder.c1714 if (!computed_jump_p (last_insn)
2022 if (!computed_jump_p (BB_END (bb)))
H A Dcfgcleanup.c1844 && computed_jump_p (BB_END (bb)))
H A Dcfgrtl.c933 if (computed_jump_p (insn)
H A Drtl.h1739 extern int computed_jump_p (rtx);
H A Dsched-rgn.c347 else if (JUMP_P (insn) && computed_jump_p (insn))
H A Dgcse.c3728 if ((any_condjump_p (insn) || computed_jump_p (insn))
H A Drtlanal.c2520 /* A subroutine of computed_jump_p, return 1 if X contains a REG or MEM or
2579 computed_jump_p (rtx insn)
2557 computed_jump_p (rtx insn) function

Completed in 207 milliseconds