Searched refs:RECOVERY_BLOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h359 #define RECOVERY_BLOCK(INSN) (h_i_d[INSN_UID (INSN)].recovery_block) macro
363 #define IS_SPECULATION_CHECK_P(INSN) (RECOVERY_BLOCK (INSN) != NULL)
368 (RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR)
370 /* INSN is a speculation check that will branch to RECOVERY_BLOCK if the
375 (RECOVERY_BLOCK (INSN) != NULL && RECOVERY_BLOCK (INSN) != EXIT_BLOCK_PTR)
H A Dhaifa-sched.c742 rec = RECOVERY_BLOCK (insn);
1213 fix_recovery_deps (RECOVERY_BLOCK (insn));
3753 RECOVERY_BLOCK (check) = rec;

Completed in 57 milliseconds