Searched refs:LABEL_PRESERVE_P (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Drtl-factoring.c1003 LABEL_PRESERVE_P (retlabel) = 1;
1061 LABEL_PRESERVE_P (retlabel) = 1;
H A Djump.c213 LABEL_NUSES (insn) = (LABEL_PRESERVE_P (insn) != 0);
H A Dcfgcleanup.c1599 && LABEL_PRESERVE_P (block_label (bb)));
H A Dflow.c860 && LABEL_NUSES (insn) == LABEL_PRESERVE_P (insn)
1662 if (LABEL_NUSES (label) == 1 + LABEL_PRESERVE_P (label)
H A Drtl.h1225 #define LABEL_PRESERVE_P(RTX) \
1226 (RTL_FLAG_CHECK2("LABEL_PRESERVE_P", (RTX), CODE_LABEL, NOTE)->in_struct)
1222 #define LABEL_PRESERVE_P macro
H A Dstmt.c149 LABEL_PRESERVE_P (r) = 1;
H A Dcfgrtl.c99 return (!LABEL_PRESERVE_P (label)
H A Dvarasm.c3288 LABEL_PRESERVE_P (XEXP (x, 0)) = 1;
H A Dexcept.c786 LABEL_PRESERVE_P (label) = 1;
/freebsd-10.2-release/contrib/gcc/config/s390/
H A Ds390.c5997 /* Labels marked with LABEL_PRESERVE_P can be target
6005 && (LABEL_PRESERVE_P (insn) || LABEL_NAME (insn)))
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dia64.c8742 LABEL_PRESERVE_P (lb) = 1;

Completed in 189 milliseconds