Home
last modified time | relevance | path

Searched defs:insertAfter (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp436 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()
Dchecks_elimination.cpp877 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/
Dptr_list_ref.h417 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/
Dinterop_intrinsic_optimization.cpp908 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/
Darray_bounds_check_elimination.cpp746 GateRef insertAfter = acc_.GetState(loopHeader->GetState(), 0); // after end in ProcessIndexCheck() local
886 GateRef insertAfter = info->list_.front(); in InBlockMotion() local
Dgate_accessor.cpp1745 void GateAccessor::GetStateInAndDependIn(GateRef insertAfter, GateRef &stateIn, GateRef &dependIn) in GetStateInAndDependIn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp601 StmtNode *insertAfter = nullptr; in CleanupBranches() local