Searched refs:ComputeLoopDepth (Results 1 – 3 of 3) sorted by relevance
74 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
52 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);
250 size_t ComputeLoopDepth(size_t loopHead);