Home
last modified time | relevance | path

Searched refs:dfsStack_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp347 dfsStack_(chunk), acc_(linearizer->circuit_) {} in LoopInfoBuilder()
432 dfsStack_.resize(size, DFSState(nullptr, 0)); in ComputeLoopNumber()
438 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopNumber()
471 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree()
543 dfsStack_[depth].region = region; in Push()
544 dfsStack_[depth].index = 0; in Push()
563 ChunkVector<DFSState> dfsStack_; member in panda::ecmascript::kungfu::LoopInfoBuilder
Dframe_states.cpp728 dfsStack_(chunk), visitState_(chunk), chunk_(chunk) {} in BlockLoopAnalysis()
879 dfsStack_.resize(size, DFSState(0, 0)); in ComputeLoopInfo()
969 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree()
1005 dfsStack_[depth].bbId = bbId; in Push()
1006 dfsStack_[depth].index = 0; in Push()
1015 auto &curState = dfsStack_[depth - 1]; // -1: for current in PushLoopExist()
1095 ChunkVector<DFSState> dfsStack_; member in panda::ecmascript::kungfu::BlockLoopAnalysis