Searched refs:procLabel (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 470 void SubGraph::PullUpBegins (int currId, int baseId, int finalId, int procLabel, in PullUpBegins() argument 480 if (arc[forwardList[rix]]->GetInput() == procLabel) { in PullUpBegins() 482 finalId, procLabel, nodeList, currNum+1, maxNum); in PullUpBegins() 491 void SubGraph::ProcessBegins (int currId, int finalId, int procLabel, in ProcessBegins() argument 503 if (arc[forwardList[rix]]->GetInput() == procLabel) { in ProcessBegins() 505 finalId, procLabel, nodeList, currNum, maxNum); in ProcessBegins() 511 ProcessBegins (nextId, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum); in ProcessBegins() 542 void SubGraph::PullUpEnds (int currId, int baseId, int initialId, int procLabel, in PullUpEnds() argument 552 if (arc[backwardList[rix]]->GetInput() == procLabel) { in PullUpEnds() 554 initialId, procLabel, nodeList, currNum+1, maxNum); in PullUpEnds() [all …]
|
D | sub_grph.h | 227 …void PullUpBegins (int currId, int baseId, int endId, int procLabel, int *nodeList, int currNum, i… 228 …void ProcessBegins (int currId, int endId, int procLabel, int *nodeList, int currNum, int *visitMa… 229 …void PullUpEnds (int currId, int baseId, int initialId, int procLabel, int *nodeList, int currNum,… 230 …void ProcessEnds (int currId, int initialId, int procLabel, int *nodeList, int currNum, int *visit…
|