Home
last modified time | relevance | path

Searched refs:LoopInvariantMotionForIndexCheck (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h141 … void LoopInvariantMotionForIndexCheck(GateRef array, GateRef length, GateRef lowerGate, int lower,
Darray_bounds_check_elimination.cpp656 void ArrayBoundsCheckElimination::LoopInvariantMotionForIndexCheck(GateRef array, GateRef length, in LoopInvariantMotionForIndexCheck() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
748LoopInvariantMotionForIndexCheck(array, length, indexBound->LowerGate(), indexBound->Lower(), in ProcessIndexCheck()