Home
last modified time | relevance | path

Searched refs:LABEL_REF_NONLOCAL_P (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Djump.c1154 if (LABEL_REF_NONLOCAL_P (x)) in mark_jump_label_1()
1772 if (LABEL_REF_NONLOCAL_P (x) || LABEL_REF_NONLOCAL_P (y)) in rtx_renumbered_equal_p()
H A Dexplow.c341 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x); in convert_memory_address_addr_space_1()
H A Dcse.c5324 && LABEL_REF_NONLOCAL_P (trial)) in cse_insn()
5578 && !LABEL_REF_NONLOCAL_P (src)) in cse_insn()
6534 && !LABEL_REF_NONLOCAL_P (x) in check_for_label_ref()
H A Dgcse.c2661 if (code == LABEL_REF && !LABEL_REF_NONLOCAL_P (x)) in add_label_notes()
H A Dcfgexpand.c4049 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x); in convert_debug_memory_address()
H A Drtl.h2625 #define LABEL_REF_NONLOCAL_P(RTX) \
H A Dreload1.c2333 if (LABEL_REF_NONLOCAL_P (x)) in set_label_offsets()
H A Dexpr.c9910 LABEL_REF_NONLOCAL_P (temp) = 1; in expand_expr_real_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Djump.c1139 if (LABEL_REF_NONLOCAL_P (x)) in mark_jump_label_1()
1763 if (LABEL_REF_NONLOCAL_P (x) || LABEL_REF_NONLOCAL_P (y)) in rtx_renumbered_equal_p()
H A Dexplow.c369 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x); in convert_memory_address_addr_space()
H A Dcse.c5056 && LABEL_REF_NONLOCAL_P (trial)) in cse_insn()
5285 && !LABEL_REF_NONLOCAL_P (src)) in cse_insn()
6499 && ! LABEL_REF_NONLOCAL_P (*rtl) in check_for_label_ref()
H A Dcfgexpand.c2527 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x); in convert_debug_memory_address()
H A Dgcse.c2700 if (code == LABEL_REF && !LABEL_REF_NONLOCAL_P (x)) in add_label_notes()
H A Drtl.h1404 #define LABEL_REF_NONLOCAL_P(RTX) \ macro
H A Dreload1.c2359 if (LABEL_REF_NONLOCAL_P (x)) in set_label_offsets()
H A Dexpr.c9094 LABEL_REF_NONLOCAL_P (temp) = 1; in expand_expr_real_1()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi663 @findex LABEL_REF_NONLOCAL_P
667 @item LABEL_REF_NONLOCAL_P (@var{x})