Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp63 auto nex = *it; in CollectUseGate() local
68 } else if (acc_.GetDependCount(nex) == 0 && acc_.GetStateCount(nex) == 0) { 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()
82 if (acc_.HasFrameState(nex)) { in CollectUseGate()
83 auto frameState = acc_.GetFrameState(nex); in CollectUseGate()
162 ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep) ComputeLoopDepth() argument
[all...]
H A Dloop_analysis.h52 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);
H A Darray_bounds_check_elimination.cpp993 GateRegion *nex = dominatedRegions_[i]; in CalcBounds() local
994 if (block->IsLoopHead() && (block->GetLoopIndex() == nex->GetLoopIndex() in CalcBounds()
995 || nex->GetLoopDepth() > block->GetLoopDepth())) { in CalcBounds()
996 CalcBounds(nex, block); in CalcBounds()
998 CalcBounds(nex, loopHeader); in CalcBounds()

Completed in 3 milliseconds