Searched defs:loopExit (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | dead_code_elimination.cpp | 171 GateRef loopExit = acc_.GetState(gate); in TryFindAndDeleteLoopExit() local
|
| H A D | induction_variable_analysis.cpp | 124 GateRef loopExit = loop.loopExits->at(0)->GetState(); in TryGetLoopTimes() local
|
| H A D | frame_states.cpp | 764 auto loopExit = circuit_->NewGate(circuit_->LoopExit(), { state }); in NewLoopExit() local
|
| H A D | circuit_builder.cpp | 313 auto loopExit = currentLabel->GetControl(); in LoopExit() local
|
| H A D | stub_builder.cpp | 4284 BRANCH(Int64LessThan(index, length), &inRange, &loopExit); SetPropertyByIndex() local 4293 BRANCH(Int64NotEqual(value1, Hole()), ¬Hole, &loopExit); SetPropertyByIndex() local 4685 BRANCH(Int32NotEqual(entry, Int32(-1)), &hasEntry, &loopExit); SetPropertyByName() local 4780 BRANCH(Int32NotEqual(entry1, Int32(-1)), ¬NegtiveOne, &loopExit); SetPropertyByName() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | countable_loop_parser.cpp | 65 auto loopExit = FindLoopExitBlock(); in ParseLoopExit() local 272 auto loopExit = loopInfo_.ifImm->GetBasicBlock(); in SetNormalizedConditionCode() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 2312 BRANCH(Int64LessThan(ZExtInt32ToInt64(*j), *thisArrLen), &next, &loopExit); FindIndex() local [all...] |
Completed in 25 milliseconds