Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h242 GateRef currentValue, GateRef nextValue, bool isLoopBack, bool changedInLoop);
H A Dframe_states.cpp596 GateRef currentValue, GateRef nextValue, bool isLoopBack, bool changedInLoop) in MergeValue()
643 if (IsGateNotEmpty(mergedContext->loopBackState_) && (changedInLoop || needMergeValues)) { in MergeValue()
712 bool changedInLoop = loopAssignment != nullptr && loopAssignment->TestBit(i); in MergeAssignment() local
713 value = MergeValue(bbNext, current, next, bbNext.IsLoopBack(bb), changedInLoop); in MergeAssignment()
595 MergeValue(const BytecodeRegion &bb, GateRef currentValue, GateRef nextValue, bool isLoopBack, bool changedInLoop) MergeValue() argument

Completed in 6 milliseconds