Home
last modified time | relevance | path

Searched refs:n_labels (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-uncprop.c196 int i, n_labels = TREE_VEC_LENGTH (labels); in associate_equivalences_with_edges() local
202 for (i = 0; i < n_labels; i++) in associate_equivalences_with_edges()
HDpostreload.c704 int min_labelno, n_labels; in reload_combine() local
733 n_labels = max_label_num () - min_labelno; in reload_combine()
734 label_live = XNEWVEC (HARD_REG_SET, n_labels); in reload_combine()
HDtree-ssa-dom.c1285 int i, n_labels = TREE_VEC_LENGTH (labels); in record_edge_info() local
1290 for (i = 0; i < n_labels; i++) in record_edge_info()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevdns.c1537 int n_labels; /* number of current entries */ member
1546 table->n_labels = 0; in dnslabel_table_init()
1554 for (i = 0; i < table->n_labels; ++i) in dnslabel_clear()
1556 table->n_labels = 0; in dnslabel_clear()
1565 for (i = 0; i < table->n_labels; ++i) { in dnslabel_table_get_pos()
1578 if (table->n_labels == MAX_LABELS) in dnslabel_table_add()
1583 p = table->n_labels++; in dnslabel_table_add()