Home
last modified time | relevance | path

Searched refs:gateToDepth (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp55 void LoopAnalysis::CollectUseGate(ChunkUnorderedMap<GateRef, size_t>& gateToDepth, in CollectUseGate() argument
61 bool isCurLoop = gateToDepth[cur] == 1; // 1: loopDepth in CollectUseGate()
71 if (gateToDepth.count(nex)) { in CollectUseGate()
74 ASSERT(gateToDepth[nex] == ComputeLoopDepth(cur, nex, gateToDepth[cur])); in CollectUseGate()
81 gateToDepth[nex] = ComputeLoopDepth(cur, nex, gateToDepth[cur]); in CollectUseGate()
85 gateToDepth[frameState] = gateToDepth[nex]; in CollectUseGate()
86 gateToDepth[acc in CollectUseGate()
[all...]
H A Dloop_analysis.h53 void CollectUseGate(ChunkUnorderedMap<GateRef, size_t>& gateToDepth,

Completed in 2 milliseconds