Searched refs:IsLoopExit (Results 1 – 3 of 3) sorted by relevance
64 if (acc_.IsLoopExit(cur) && (!acc_.IsFixed(*it))) { in CollectLoopBody()145 if ((!acc_.IsLoopExit(cur)) || (!acc_.IsFixed(nex))) { in ComputeLoopDepth()
455 bool IsLoopExit(GateRef gate) const;
622 bool GateAccessor::IsLoopExit(GateRef gate) const in IsLoopExit() function in panda::ecmascript::kungfu::GateAccessor