Lines Matching refs:edge
116 static void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
2316 addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency)
2322 if (edge>dependency)
2324 maxEdge = edge;
2330 // We need to add an edge to says that the node indexed by 'edge' is
2334 // First see if we have enough room in the edges array to add the edge?
2372 // If the edge was flagged as depending on itself, then we just
2376 if (edge == dependency)
2381 // Pick up the bit map for the requested edge
2383 edgeDeps = *((topo->edges) + edge);
2390 *((topo->edges) + edge) = edgeDeps;
2478 // We have some edges, so visit each of the edge nodes
2498 // Found an edge, make sure we visit and descend it
2578 // discovered the cycle, but in order to free the edge bitmaps