Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp492 auto& currentInfo = linearizer_->loops_[curRegion->GetLoopNumber()]; in ComputeLoopTree() local
493 if (currentInfo.loopExits != nullptr && loopExitIndex < currentInfo.loopExits->size()) { in ComputeLoopTree()
494 succ = currentInfo.loopExits->at(loopExitIndex); in ComputeLoopTree()
H A Dframe_states.cpp1269 auto& currentInfo = frameBuilder_->GetLoopInfo(bb); in PushLoopExist() local
1271 if (currentInfo.loopExits != nullptr && loopExitIndex < currentInfo.loopExits->size()) { in PushLoopExist()
1272 bbNext = currentInfo.loopExits->at(loopExitIndex); in PushLoopExist()

Completed in 5 milliseconds