Searched refs:LABEL_NUSES (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Djump.c28 stored in the LABEL_NUSES internal field, and each JUMP_INSN
96 LABEL_NUSES (XEXP (insn, 0))++;
203 /* Initialize LABEL_NUSES and JUMP_LABEL fields. Delete any REG_LABEL
213 LABEL_NUSES (insn) = (LABEL_PRESERVE_P (insn) != 0);
341 LABEL_NUSES (label) = 0;
361 LABEL_NUSES (label) = 0;
1163 ++LABEL_NUSES (label);
1439 if (LABEL_NUSES (lab) == 0)
1475 if (LABEL_NUSES (XEXP (XVECEXP (pat, diff_vec_p, i), 0)) == 0)
1488 if (LABEL_NUSES (XEX
[all...]
H A Dreorg.c375 LABEL_NUSES (end_of_function_label) = 0;
389 LABEL_NUSES (end_of_function_label) = 0;
449 ++LABEL_NUSES (end_of_function_label);
550 LABEL_NUSES (XEXP (note, 0)) ++;
1841 && (insn != label || LABEL_NUSES (insn) != 1))
2692 LABEL_NUSES (XEXP (note, 0))++;
2697 LABEL_NUSES (XEXP (note, 0))--;
3116 ++LABEL_NUSES (target_label);
3118 ++LABEL_NUSES (label);
3127 --LABEL_NUSES (labe
[all...]
H A Dloop-doloop.c277 LABEL_NUSES (label)++;
457 LABEL_NUSES (jump_label)++;
H A Dloop-unswitch.c115 LABEL_NUSES (JUMP_LABEL (jump))++;
128 LABEL_NUSES (label)++;
H A Dcfgrtl.c145 LABEL_NUSES (JUMP_LABEL (insn))--;
153 LABEL_NUSES (XEXP (note, 0))--;
175 LABEL_NUSES (label)--;
808 LABEL_NUSES (target_label)++;
911 --LABEL_NUSES (old_label);
912 ++LABEL_NUSES (new_label);
924 --LABEL_NUSES (old_label);
925 ++LABEL_NUSES (new_label);
1153 LABEL_NUSES (label)++;
2910 LABEL_NUSES (labe
[all...]
H A Dprint-rtl.c600 fprintf (outfile, " [%d uses]", LABEL_NUSES (in_rtx));
H A Dcse.c5924 LABEL_NUSES (XEXP (src, 0))++;
6851 && LABEL_NUSES (JUMP_LABEL (p)) == 1
6858 && (!LABEL_P (q) || LABEL_NUSES (q) != 0))
7099 ++LABEL_NUSES (to);
7229 && LABEL_P (to) && --LABEL_NUSES (to) == to_usage)
7273 ++LABEL_NUSES (to);
H A Dbb-reorder.c1313 LABEL_NUSES (label) += 1;
1723 LABEL_NUSES (label) += 1;
H A Drtl-factoring.c1080 LABEL_NUSES (sb->label)++;
H A Dflow.c860 && LABEL_NUSES (insn) == LABEL_PRESERVE_P (insn)
1662 if (LABEL_NUSES (label) == 1 + LABEL_PRESERVE_P (label)
1674 LABEL_NUSES (XEXP (XVECEXP (pat, diff_vec_p, i), 0))--;
H A Dhaifa-sched.c3655 LABEL_NUSES (label)++;
3746 LABEL_NUSES (label)++;
3826 LABEL_NUSES (label)++;
H A Drtlanal.c2426 but do not update LABEL_NUSES because uses in constant pool
2454 ++LABEL_NUSES (new_label);
2455 --LABEL_NUSES (old_label);
H A Dfinal.c1597 if (lab && LABEL_NUSES (lab) == 1)
1884 if (0 /* optimize && LABEL_NUSES (insn) == 1*/)
H A Drtl.h911 #define LABEL_NUSES(RTX) XCINT (RTX, 4, CODE_LABEL)
973 so that if the JUMP_INSN is deleted, the label's LABEL_NUSES can
909 #define LABEL_NUSES macro
H A Dgcse.c4593 LABEL_NUSES count is incremented. We have to add REG_LABEL notes,
4618 LABEL_NUSES (XEXP (x, 0))++;
H A Difcvt.c3243 LABEL_NUSES (lab) += 1;
H A Demit-rtl.c3096 LABEL_NUSES (XEXP (x, 0))++;
5360 /* Update LABEL_NUSES. */
H A Dcombine.c12099 a JUMP_LABEL instead or decrement LABEL_NUSES. */
12110 LABEL_NUSES (label)--;
12124 LABEL_NUSES (label)--;
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c13133 LABEL_NUSES (label) = 1;
13143 LABEL_NUSES (label) = 1;
13153 LABEL_NUSES (label) = 1;
13159 LABEL_NUSES (label) = 1;
13183 LABEL_NUSES (label) = 1;
13198 LABEL_NUSES (label) = 1;
13213 LABEL_NUSES (label) = 1;
13228 LABEL_NUSES (label) = 1;
13417 LABEL_NUSES (label) = 1;
13426 LABEL_NUSES (labe
[all...]
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.c11664 && LABEL_NUSES (start_insn) == 1)
11676 && LABEL_NUSES (start_insn) == 1)
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c8617 LABEL_NUSES (label) = 1;
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c5973 LABEL_NUSES (label) = 1;

Completed in 389 milliseconds