Lines Matching refs:ngotos
100 *edgesp = xnmalloc (ngotos, sizeof **edgesp); in ielr_compute_internal_follow_edges()
101 *edge_countsp = xnmalloc (ngotos, sizeof **edge_countsp); in ielr_compute_internal_follow_edges()
103 bitset sources = bitset_create (ngotos, BITSET_FIXED); in ielr_compute_internal_follow_edges()
105 for (i = 0; i < ngotos; ++i) in ielr_compute_internal_follow_edges()
107 for (i = 0; i < ngotos; ++i) in ielr_compute_internal_follow_edges()
169 relation_transpose (edgesp, ngotos); in ielr_compute_internal_follow_edges()
174 relation_print (*edgesp, ngotos, stderr); in ielr_compute_internal_follow_edges()
205 *follow_kernel_itemsp = bitsetv_create (ngotos, max_nitems, BITSET_FIXED); in ielr_compute_follow_kernel_items()
209 for (i = 0; i < ngotos; ++i) in ielr_compute_follow_kernel_items()
225 relation_digraph (internal_follow_edges, ngotos, follow_kernel_itemsp); in ielr_compute_follow_kernel_items()
252 *always_followsp = bitsetv_create (ngotos, ntokens, BITSET_FIXED); in ielr_compute_always_follows()
254 goto_number *edge_array = xnmalloc (ngotos, sizeof *edge_array); in ielr_compute_always_follows()
256 for (i = 0; i < ngotos; ++i) in ielr_compute_always_follows()
282 relation_digraph (*edgesp, ngotos, always_followsp); in ielr_compute_always_follows()
287 relation_print (*edgesp, ngotos, stderr); in ielr_compute_always_follows()
359 for (i = 0; i < ngotos; ++i) in ielr_compute_auxiliary_tables()