Home
last modified time | relevance | path

Searched defs:CheckLoop (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp607 bool ArrayBoundsCheckElimination::CheckLoop(GateRef array, GateRef lowerGate, int lower, GateRef up… in CheckLoop() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp1225 static void CheckLoop(const BasicBlock *block, std::ostream *out, bool *printPropsFlag) in CheckLoop() function