Home
last modified time | relevance | path

Searched refs:ComputeLoopDepth (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp74 ASSERT(gateToDepth[nex] == ComputeLoopDepth(cur, nex, gateToDepth[cur])); in CollectUseGate()
81 gateToDepth[nex] = ComputeLoopDepth(cur, nex, gateToDepth[cur]); in CollectUseGate()
162 size_t LoopAnalysis::ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep) in ComputeLoopDepth() function in panda::ecmascript::kungfu::LoopAnalysis
H A Dloop_analysis.h52 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);
H A Dframe_states.h250 size_t ComputeLoopDepth(size_t loopHead);

Completed in 2 milliseconds