Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp856 GateRef lastGate; in InBlockMotion() local
857 GetInstrAndConstValueFromOp(index, lastGate, lastInteger); in InBlockMotion()
858 if (lastInteger >= 0 && lastGate == Circuit::NullGate()) { // IsConstant in InBlockMotion()
865 } else if (lastGate != Circuit::NullGate()) { in InBlockMotion()
866 AddAccessIndexedInfo(indices, lastGate, lastInteger, indexCheck); in InBlockMotion()

Completed in 2 milliseconds