Searched refs:may_trap_exp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | haifa-sched.c | 334 static int may_trap_exp (rtx, int); 348 may_trap_exp (rtx x, int is_store) in may_trap_exp() function 390 int tmp_class = may_trap_exp (XEXP (x, i), is_store); in may_trap_exp() 398 int tmp_class = may_trap_exp (XVECEXP (x, i, j), is_store); in may_trap_exp() 439 tmp_class = may_trap_exp (XEXP (XVECEXP (pat, 0, i), 0), 1); in haifa_classify_insn() 443 tmp_class = may_trap_exp (SET_DEST (XVECEXP (pat, 0, i)), 1); in haifa_classify_insn() 449 may_trap_exp (SET_SRC (XVECEXP (pat, 0, i)), in haifa_classify_insn() 471 tmp_class = may_trap_exp (XEXP (pat, 0), 1); in haifa_classify_insn() 475 tmp_class = may_trap_exp (SET_DEST (pat), 1); in haifa_classify_insn() 481 may_trap_exp (SET_SRC (pat), 0)); in haifa_classify_insn()
|
| D | ChangeLog-2003 | 31765 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move 31768 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
|
| D | ChangeLog-1999 | 10512 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
|
| D | ChangeLog-2000 | 1724 is_conditionally_protected, may_trap_exp, haifa_classify_insn,
|
| D | ChangeLog-2001 | 2226 (may_trap_exp): Stores only are risk if they trap, too, not just
|