Home
last modified time | relevance | path

Searched refs:IsLoopExit (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp64 if (acc_.IsLoopExit(cur) && (!acc_.IsFixed(*it))) { in CollectLoopBody()
145 if ((!acc_.IsLoopExit(cur)) || (!acc_.IsFixed(nex))) { in ComputeLoopDepth()
Dgate_accessor.h455 bool IsLoopExit(GateRef gate) const;
Dgate_accessor.cpp622 bool GateAccessor::IsLoopExit(GateRef gate) const in IsLoopExit() function in panda::ecmascript::kungfu::GateAccessor