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

/freebsd-9.3-release/contrib/gcc/
H A Difcvt.c1312 else if (may_trap_p (a) || may_trap_p (b))
2114 return ! may_trap_p (op);
2440 if (may_trap_p (src) || may_trap_p (dest))
3665 if (may_trap_p (PATTERN (insn)))
H A Dhaifa-sched.c358 if (code == MEM && may_trap_p (x))
369 if (!may_trap_p (x))
383 if (may_trap_p (x))
4097 if (may_trap_p (PATTERN (insn)))
H A Dpostreload-gcse.c1209 && !(flag_non_call_exceptions && may_trap_p (src))
H A Dcfgrtl.c2143 if (! may_trap_p (PATTERN (insn))
2145 && ! may_trap_p (XEXP (eqnote, 0))))
H A Doptabs.c3244 if (!flag_non_call_exceptions || !may_trap_p (equiv))
3434 if (flag_non_call_exceptions && may_trap_p (equiv))
3705 if (may_trap_p (x))
3707 if (may_trap_p (y))
H A Dexcept.c1818 && may_trap_p (PATTERN (insn))))
2793 && may_trap_p (PATTERN (insn))));
3294 && may_trap_p (PATTERN (insn)))))
H A Dgcse.c3843 if (may_trap_p (e->expr))
5237 if (flag_non_call_exceptions && may_trap_p (x))
5671 if (flag_non_call_exceptions && may_trap_p (dest))
H A Dreload1.c3887 if (may_trap_p (PATTERN (insn)))
3896 if (INSN_P (i) && i != insn && may_trap_p (PATTERN (i)))
8375 if (may_trap_p (PATTERN (x)))
H A Drecog.c3217 && may_trap_p (PATTERN (x))
H A Drtl.h1731 extern int may_trap_p (rtx);
H A Dcse.c7367 if (flag_non_call_exceptions && may_trap_p (PATTERN (x)))
7469 if (flag_non_call_exceptions && may_trap_p (PATTERN (insn)))
H A Demit-rtl.c3215 && may_trap_p (PATTERN (insn))))
H A Dflow.c2277 if (flag_non_call_exceptions && may_trap_p (x))
H A Drtlanal.c2210 may_trap_p (rtx x)
2249 verify may_trap_p; for example, the above dereference can be emitted as
2250 (mem:SI (reg:P)) and this expression is may_trap_p for a generic register.
2260 Now (mem:SI (%fp - 7)) is considered as not may_trap_p since it is a
2191 may_trap_p (rtx x) function
H A Dcombine.c11975 if (may_trap_p (i3))
11977 else if (i2 && may_trap_p (i2))
H A Dexpr.c6782 may_trap_p instruction may throw. */
6785 && (CALL_P (insn) || may_trap_p (PATTERN (insn))))

Completed in 514 milliseconds