Home
last modified time | relevance | path

Searched refs:currentDepth (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp445 auto currentDepth = Push(entry, 0); in ComputeLoopNumber() local
446 while (currentDepth > 0) { in ComputeLoopNumber()
447 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopNumber()
452 currentDepth--; in ComputeLoopNumber()
461 currentDepth = Push(succ, currentDepth); in ComputeLoopNumber()
478 auto currentDepth = Push(entry, 0); in ComputeLoopTree() local
479 while (currentDepth > 0) { in ComputeLoopTree()
480 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree()
508 currentDepth in ComputeLoopTree()
[all...]
H A Dframe_states.cpp1213 auto currentDepth = Push(0, 0); // entry id in ComputeLoopTree() local
1214 while (currentDepth > 0) { in ComputeLoopTree()
1215 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree()
1232 bbNext = PushLoopExist(bb, currentDepth); in ComputeLoopTree()
1241 currentDepth = Push(bbNext->id, currentDepth); in ComputeLoopTree()
1248 currentDepth--; in ComputeLoopTree()

Completed in 5 milliseconds