Home
last modified time | relevance | path

Searched defs:insertAfter (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dptr_list_ref.h417 void insertAfter(const_iterator where, pointer value) in insertAfter() function in maple::PtrListRef
433 void insertAfter(const_pointer where, pointer value) in insertAfter() function in maple::PtrListRef
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp436 Inst *insertAfter = nullptr; in TryAddCoalescedPair() local
649 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair() argument
693 ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadArray() argument
710 ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadObject() argument
735 ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) ReplaceLoadArrayI() argument
752 ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreArray() argument
772 ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreObject() argument
799 ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) ReplaceStoreArrayI() argument
[all...]
H A Dchecks_elimination.cpp802 auto insertAfter = ss; in FindOptimalSaveStateForHoist() local
944 Inst *insertAfter = loopUpper->IsDominate(ss) ? ss : loopUpper; InsertDeoptimizationForIndexOverflow() local
1189 Inst *insertAfter = nullptr; MoveCheckOutOfLoop() local
1248 auto insertAfter = lenArray->IsDominate(saveState) ? saveState : lenArray; ReplaceOneBoundsCheckToDeoptimizationInLoop() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp908 void InteropIntrinsicOptimization::ReplaceInst(Inst *inst, Inst **newInst, Inst *insertAfter) in ReplaceInst() argument
1045 Inst *insertAfter = nullptr; in HoistAndEliminate() local
979 HoistAndEliminateRec(BasicBlock *block, const BlockInfo &startInfo, Inst **newInst, Inst *insertAfter) HoistAndEliminateRec() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp613 StmtNode *insertAfter = nullptr; in CleanupBranches() local

Completed in 11 milliseconds