Lines Matching refs:ngotos
80 * \c ::ngotos.
100 *edgesp = xnmalloc (ngotos, sizeof **edgesp);
101 *edge_countsp = xnmalloc (ngotos, sizeof **edge_countsp);
103 bitset sources = bitset_create (ngotos, BITSET_FIXED);
105 for (i = 0; i < ngotos; ++i)
107 for (i = 0; i < ngotos; ++i)
169 relation_transpose (edgesp, ngotos);
174 relation_print (*edgesp, ngotos, stderr);
186 * is \c ngotos and the number of columns is maximum number of kernel items
205 *follow_kernel_itemsp = bitsetv_create (ngotos, max_nitems, BITSET_FIXED);
209 for (i = 0; i < ngotos; ++i)
225 relation_digraph (internal_follow_edges, ngotos, follow_kernel_itemsp);
239 * - \c *always_followsp is a new \c bitsetv with \c ngotos rows and
252 *always_followsp = bitsetv_create (ngotos, ntokens, BITSET_FIXED);
254 goto_number *edge_array = xnmalloc (ngotos, sizeof *edge_array);
256 for (i = 0; i < ngotos; ++i)
282 relation_digraph (*edgesp, ngotos, always_followsp);
287 relation_print (*edgesp, ngotos, stderr);
359 for (i = 0; i < ngotos; ++i)