Home
last modified time | relevance | path

Searched refs:IsOsrLoopExit (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h163 bool IsOsrLoopExit(const BytecodeRegion &curBB);
H A Dframe_states.cpp378 bool FrameStateBuilder::IsOsrLoopExit(const BytecodeRegion &curBB) in IsOsrLoopExit() function in panda::ecmascript::kungfu::FrameStateBuilder
495 if (IsOsrLoopExit(bbNext)) { in NewMerge()
569 if (!(bcBuilder_->IsOSR() && IsOsrLoopExit(bbNext))) { in MergeStateDepend()
583 if (bcBuilder_->IsOSR() && IsOsrLoopExit(bb)) { in GetNumOfStatePreds()
H A Dbytecode_circuit_builder.cpp1135 if (frameStateBuilder_.IsOsrLoopExit(bb)) { in BuildOsrCircuit()

Completed in 6 milliseconds