Lines Matching refs:nlabels
611 unsigned nclobbers, unsigned nlabels)
618 nlabels));
623 p->nl = nlabels;
782 NLABELS is the number of labels in the switch excluding the default.
786 gimple_build_switch_nlabels (unsigned nlabels, tree index, tree default_label)
788 /* nlabels + 1 default label + 1 index. */
792 1 + 1 + nlabels));
807 unsigned i, nlabels = args.length ();
809 gswitch *p = gimple_build_switch_nlabels (nlabels, index, default_label);
812 for (i = 0; i < nlabels; i++)