Home
last modified time | relevance | path

Searched refs:may_trap_exp (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dhaifa-sched.c334 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()
DChangeLog-200331765 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
31768 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
DChangeLog-199910512 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
DChangeLog-20001724 is_conditionally_protected, may_trap_exp, haifa_classify_insn,
DChangeLog-20012226 (may_trap_exp): Stores only are risk if they trap, too, not just