Searched refs:may_trap_p (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Djump.c494 && ! may_trap_p (SET_SRC (temp4))
637 && ! may_trap_p (SET_SRC (temp4))
724 && ! may_trap_p (SET_SRC (temp1))
769 && ! may_trap_p (SET_SRC (temp1))
774 && ! may_trap_p (SET_SRC (temp4))
832 && ! may_trap_p (SET_SRC (temp1))
841 && ! may_trap_p (SET_SRC (temp4))
903 && ! may_trap_p (temp2)
1242 && ! may_trap_p (temp2)
H A Dreorg.c1292 && ! may_trap_p (PATTERN (trial)))))
1391 && ! may_trap_p (PATTERN (trial)))))
2292 && ! (maybe_never && may_trap_p (pat))
2344 && ! (maybe_never && may_trap_p (PATTERN (next_trial)))
2629 && ! may_trap_p (pat))))
H A Drtlanal.c1790 may_trap_p (x)
1853 if (may_trap_p (XEXP (x, i)))
1860 if (may_trap_p (XVECEXP (x, i, j)))
1774 may_trap_p (x) function
H A Drtl.h1086 extern int may_trap_p PROTO((rtx));
H A Dhaifa-sched.c2580 if (!may_trap_p (x))
2594 if (may_trap_p (x))
H A Dloop.c900 && may_trap_p (src)))
9731 if (maybe_never && may_trap_p (mem))
/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h683 bool may_trap_p;
702 #define VINSN_MAY_TRAP_P(VI) ((VI)->may_trap_p)
676 bool may_trap_p; member in struct:vinsn_def
H A Dlra-lives.c726 && ! may_trap_p (PATTERN (curr_insn))
H A Dpostreload-gcse.c1333 && !(cfun->can_throw_non_call_exceptions && may_trap_p (src))
H A Dstore-motion.c585 if (cfun->can_throw_non_call_exceptions && may_trap_p (dest))
H A Dgcse.c1754 if (may_trap_p (expr->expr))
3771 if (cfun->can_throw_non_call_exceptions && may_trap_p (x))
H A Difcvt.c2485 return ! may_trap_p (op);
2901 if (may_trap_p (src) || may_trap_p (dest))
H A Dcfgrtl.c3078 if (! may_trap_p (PATTERN (insn))
3080 && ! may_trap_p (XEXP (eqnote, 0))))
H A Dhaifa-sched.c457 if (code == MEM && may_trap_p (x))
468 if (!may_trap_p (x))
482 if (may_trap_p (x))
H A Doptabs.c3957 && (equiv_may_trap || may_trap_p (equiv)))
4212 if (may_trap_p (x))
4214 if (may_trap_p (y))
H A Dexcept.c1753 return may_trap_p (PATTERN (insn));
H A Ddf-problems.c3735 trapping_insns_in_across |= may_trap_p (PATTERN (insn));
H A Drtl.h2875 extern int may_trap_p (const_rtx);
H A Drtlanal.c2649 may_trap_p (const_rtx x)
2679 verify may_trap_p; for example, the above dereference can be emitted as
2680 (mem:SI (reg:P)) and this expression is may_trap_p for a generic register.
2690 Now (mem:SI (%fp - 7)) is considered as not may_trap_p since it is a
2628 may_trap_p (const_rtx x) function
H A Dsched-deps.c2943 if (may_trap_p (x))
H A Dcombine.c13612 if (may_trap_p (i3))
13614 else if (i2 && may_trap_p (i2))
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c4275 && may_trap_p (mem));

Completed in 493 milliseconds