Searched refs:LABEL_REF_NONLOCAL_P (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Djump.c1158 if (LABEL_REF_NONLOCAL_P (x))
1897 if (LABEL_REF_NONLOCAL_P (x) || LABEL_REF_NONLOCAL_P (y))
H A Dexplow.c361 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x);
H A Dstruct-equiv.c655 if (LABEL_REF_NONLOCAL_P (x) || LABEL_REF_NONLOCAL_P (y))
H A Dcse.c5669 && LABEL_REF_NONLOCAL_P (trial))
5904 && !LABEL_REF_NONLOCAL_P (src))
7301 && ! LABEL_REF_NONLOCAL_P (*rtl)
H A Drtl.h1220 #define LABEL_REF_NONLOCAL_P(RTX) \
1221 (RTL_FLAG_CHECK2("LABEL_REF_NONLOCAL_P", (RTX), LABEL_REF, \
1217 #define LABEL_REF_NONLOCAL_P macro
H A Dgcse.c4607 if (code == LABEL_REF && !LABEL_REF_NONLOCAL_P (x))
H A Dexpr.c6908 LABEL_REF_NONLOCAL_P (temp) = 1;
H A Dreload1.c2172 if (LABEL_REF_NONLOCAL_P (x))

Completed in 224 milliseconds