Home
last modified time | relevance | path

Searched refs:NOTE_EXPECTED_VALUE (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dinsn-notes.def83 NOTE_EXPECTED_VALUE; stored as (eq (reg) (const_int)). */
H A Dprint-rtl.c306 print_rtx (NOTE_EXPECTED_VALUE (in_rtx)); in print_rtx()
H A Dpredict.c1396 ev = NOTE_EXPECTED_VALUE (insn); in expected_value_to_br_prob()
H A Drtl.h858 #define NOTE_EXPECTED_VALUE(INSN) XCEXP (INSN, 4, NOTE) macro
H A Dexcept.c1883 NOTE_EXPECTED_VALUE (note) = gen_rtx_EQ (VOIDmode, x, const0_rtx); in sjlj_emit_function_enter()
H A Dbuiltins.c4690 NOTE_EXPECTED_VALUE (note) = gen_rtx_EQ (VOIDmode, target, rtx_c); in expand_builtin_expect()
H A DChangeLog-200018395 * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
21639 * rtl.h (NOTE_EXPECTED_VALUE): New.
H A DChangeLog-200217241 NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
35747 (NOTE_EXPECTED_VALUE): Likewise.
H A DChangeLog-200123552 * integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.