Searched refs:nex (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | loop_analysis.cpp | 63 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 D | loop_analysis.h | 52 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);
|
H A D | array_bounds_check_elimination.cpp | 993 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