Home
last modified time | relevance | path

Searched refs:ReverseDepthData (Results 1 – 3 of 3) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_base.cpp171 ReverseDepthData (arc[ii]->GetFromId(), depthMap, 1); in ReverseDepthOnTerminal()
175 void SubGraph::ReverseDepthData (int startId, int *depthMap, int depth) in ReverseDepthData() function in SubGraph
190 ReverseDepthData (nextId, depthMap, depth+1); in ReverseDepthData()
230 ReverseDepthData (finalId, reverseDepth, 1); in RemoveUnvisitedArcs()
Dsub_grph.h248 void ReverseDepthData (int startId, int *depthMap, int depth);
Dsub_grph.cpp642 ReverseDepthData (lastId, depthMap, 1); in ReduceArcsByEquivalence()