Searched refs:ComputeLoopDepth (Results 1 – 4 of 4) sorted by relevance
74 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
48 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);
585 void ComputeLoopDepth(size_t loopHead);
619 ComputeLoopDepth(head.second); in CollectPredsInfo()1566 void BytecodeCircuitBuilder::ComputeLoopDepth(size_t loopHead) in ComputeLoopDepth() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder