• Home
  • Raw
  • Download

Lines Matching refs:SubGraph

52 void SubGraph::pushScope ()  in pushScope()
64 void SubGraph::popScope () in popScope()
78 void SubGraph::BeginScope (int scopeType, int newArg1, int newArg2) in BeginScope()
110 void SubGraph::EndScope () in EndScope()
117 int SubGraph::ConnectLastScope (int beginScopeId, int endScopeId) in ConnectLastScope()
168 int SubGraph::CloseScope () in CloseScope()
244 int SubGraph::AddItem (int inputLabel, int tagLabel) in AddItem()
269 int SubGraph::AddTag (int tagLabel) in AddTag()
293 void SubGraph::ExpandRules (SubGraph **subList, int *lookupList, int numSubs) in ExpandRules()
322 void SubGraph::UpdateVertexCount (int startLoc) in UpdateVertexCount()
343 void SubGraph::AddTerminalConnections () in AddTerminalConnections()
350 void SubGraph::RemoveRuleConnections () in RemoveRuleConnections()
369 void SubGraph::RemoveRuleStarts (int startPoint, int endPoint) in RemoveRuleStarts()
390 void SubGraph::RemoveRuleEnds (int startPoint, int endPoint) in RemoveRuleEnds()
411 void SubGraph::RemoveNulls (int startPoint, int endPoint) in RemoveNulls()
432 void SubGraph::RemoveInternalConnections () in RemoveInternalConnections()
446 void SubGraph::RemoveForwardConnections (int startPoint, int endPoint) in RemoveForwardConnections()
470 void SubGraph::PullUpBegins (int currId, int baseId, int finalId, int procLabel, in PullUpBegins()
491 void SubGraph::ProcessBegins (int currId, int finalId, int procLabel, in ProcessBegins()
518 void SubGraph::RemoveBackwardConnections (int startPoint, int endPoint) in RemoveBackwardConnections()
542 void SubGraph::PullUpEnds (int currId, int baseId, int initialId, int procLabel, in PullUpEnds()
563 void SubGraph::ProcessEnds (int currId, int initialId, int procLabel, in ProcessEnds()
589 void SubGraph::RemoveUnreachedConnections (int startPoint, int endPoint) in RemoveUnreachedConnections()
609 void SubGraph::RemoveUnreachedConnectionsDebug (int startPoint, int endPoint) in RemoveUnreachedConnectionsDebug()
629 void SubGraph::ReduceArcsByEquivalence () in ReduceArcsByEquivalence()
670 void SubGraph::DeterminizeArcs () in DeterminizeArcs()
706 int SubGraph::IsDeterminized (int currId) in IsDeterminized()
725 void SubGraph::ReverseGraphForOutput () in ReverseGraphForOutput()
754 void SubGraph::RemoveTagConnections (int startPoint, int endPoint) in RemoveTagConnections()
778 bool SubGraph::PullUpTags (int currId, int baseId, int initialId, in PullUpTags()
802 void SubGraph::ProcessTags (int currId, int initialId, int *nodeList, int currNum, in ProcessTags()