Searched defs:insertAfter (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 436 Inst *insertAfter = nullptr; in TryAddCoalescedPair() local 649 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair() 693 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray() 710 Inst *ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadObject() 735 Inst *ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArrayI() 752 Inst *ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArray() 772 Inst *ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreObject() 799 Inst *ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArrayI()
|
| D | checks_elimination.cpp | 877 auto insertAfter = ss; in FindOptimalSaveStateForHoist() local 1019 Inst *insertAfter = loopUpper->IsDominate(ss) ? ss : loopUpper; in InsertDeoptimizationForIndexOverflow() local 1264 Inst *insertAfter = nullptr; in MoveCheckOutOfLoop() local 1323 auto insertAfter = lenArray->IsDominate(saveState) ? saveState : lenArray; in ReplaceOneBoundsCheckToDeoptimizationInLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | ptr_list_ref.h | 417 void insertAfter(const_iterator where, pointer value) in insertAfter() function 433 void insertAfter(const_pointer where, pointer value) in insertAfter() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 908 void InteropIntrinsicOptimization::ReplaceInst(Inst *inst, Inst **newInst, Inst *insertAfter) in ReplaceInst() 980 Inst *insertAfter) in HoistAndEliminateRec() 1045 Inst *insertAfter = nullptr; in HoistAndEliminate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.cpp | 746 GateRef insertAfter = acc_.GetState(loopHeader->GetState(), 0); // after end in ProcessIndexCheck() local 886 GateRef insertAfter = info->list_.front(); in InBlockMotion() local
|
| D | gate_accessor.cpp | 1745 void GateAccessor::GetStateInAndDependIn(GateRef insertAfter, GateRef &stateIn, GateRef &dependIn) in GetStateInAndDependIn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 601 StmtNode *insertAfter = nullptr; in CleanupBranches() local
|