Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h133 bool InLoop(GateRef loopHeader, GateRef gate);
Darray_bounds_check_elimination.cpp281 bool ArrayBoundsCheckElimination::InLoop(GateRef loopHeader, GateRef gate) in InLoop() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
305 && InLoop(stateIn, value)) { in DoPhi()