Lines Matching refs:dependency
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)
2328 maxEdge = dependency;
2331 // dependent on the node indexed by 'dependency'
2376 if (edge == dependency)
2398 // dependency.
2400 edgeDeps->add(edgeDeps, dependency);
2412 * the nodes in order from the bottom, which gives us the dependency order.