Home
last modified time | relevance | path

Searched refs:ComputeLoopDepth (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp74 ASSERT(gateToDepth[nex] == ComputeLoopDepth(cur, nex, gateToDepth[cur])); in CollectLoopBody()
81 gateToDepth[nex] = ComputeLoopDepth(cur, nex, gateToDepth[cur]); in CollectLoopBody()
142 size_t LoopAnalysis::ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep) in ComputeLoopDepth() function in panda::ecmascript::kungfu::LoopAnalysis
Dloop_analysis.h48 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);
Dbytecode_circuit_builder.h585 void ComputeLoopDepth(size_t loopHead);
Dbytecode_circuit_builder.cpp619 ComputeLoopDepth(head.second); in CollectPredsInfo()
1566 void BytecodeCircuitBuilder::ComputeLoopDepth(size_t loopHead) in ComputeLoopDepth() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder