Home
last modified time | relevance | path

Searched defs:loopExit (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddead_code_elimination.cpp171 GateRef loopExit = acc_.GetState(gate); in TryFindAndDeleteLoopExit() local
H A Dinduction_variable_analysis.cpp124 GateRef loopExit = loop.loopExits->at(0)->GetState(); in TryGetLoopTimes() local
H A Dframe_states.cpp764 auto loopExit = circuit_->NewGate(circuit_->LoopExit(), { state }); in NewLoopExit() local
H A Dcircuit_builder.cpp313 auto loopExit = currentLabel->GetControl(); in LoopExit() local
H A Dstub_builder.cpp4284 BRANCH(Int64LessThan(index, length), &inRange, &loopExit); SetPropertyByIndex() local
4293 BRANCH(Int64NotEqual(value1, Hole()), &notHole, &loopExit); SetPropertyByIndex() local
4685 BRANCH(Int32NotEqual(entry, Int32(-1)), &hasEntry, &loopExit); SetPropertyByName() local
4780 BRANCH(Int32NotEqual(entry1, Int32(-1)), &notNegtiveOne, &loopExit); SetPropertyByName() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.cpp65 auto loopExit = FindLoopExitBlock(); in ParseLoopExit() local
272 auto loopExit = loopInfo_.ifImm->GetBasicBlock(); in SetNormalizedConditionCode() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2312 BRANCH(Int64LessThan(ZExtInt32ToInt64(*j), *thisArrLen), &next, &loopExit); FindIndex() local
[all...]

Completed in 23 milliseconds