Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h552 …void TryInsertLoopExit(BytecodeRegion &bb, BytecodeRegion &bbNext, GateRef &state, GateRef &depend…
Dbytecode_circuit_builder.cpp670 void BytecodeCircuitBuilder::TryInsertLoopExit(BytecodeRegion &bb, BytecodeRegion &bbNext, in TryInsertLoopExit() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
779 TryInsertLoopExit(bb, bbNext, stateCur, dependCur); in SetBlockPred()