Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:newId

260     int  fix, six, fmiss, smiss, nmatch, symTst, newId;
272 newId= -1;
280 if (newId == -1) {
281 newId= cache->QueryEntry (firstId, secondId);
282 if (newId < 0)
283 newId= NewVertexId ();
286 // printf ("Forming %d with %d and %d at %d\n", newId, firstId, secondId, baseId);
290 arc[forwardList[six]]->AssignToId (newId);
334 if (newId >= 0) {
337 MergeVertices (newId, firstId, secondId);
338 cache->AddEntry (newId, firstId, secondId);
346 // printf ("Merging %d %d to create %d\n", firstId, secondId, newId);
348 // IncNodeProperty (newId);
349 IncVisitationCache (newId);
357 void SubGraph::MergeVertices (int newId, int firstId, int secondId)
369 InheritArc (arc[forwardList[fix]], newId);
375 InheritArc (arc[forwardList[six]], newId);
387 arcOne= InheritArc (arc[forwardList[fix]], newId);
388 arcOne->AssignToId (newId);
392 InheritArc (arc[forwardList[fix]], newId);
395 InheritArc (arc[forwardList[fix]], newId);
396 InheritArc (arc[forwardList[six]], newId);
414 InheritArc (arc[forwardList[fix]], newId);
423 InheritArc (arc[forwardList[six]], newId);
435 InheritArc (arc[forwardList[fix]], newId);
441 InheritArc (arc[forwardList[six]], newId);
449 // ViewNode (newId);
452 // printf ("Merging %d %d to create %d\n", firstId, secondId, newId);