Home
last modified time | relevance | path

Searched defs:insertAfter (Results 1 – 8 of 8) 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.cpp801 auto insertAfter = ss; in FindOptimalSaveStateForHoist() local
843 … Inst *ss, Inst *insertAfter, Opcode newLeftOpcode) in InsertBoundsCheckDeoptimization()
870 …ation::InsertDeoptimization(ConditionCode cc, Inst *left, Inst *right, Inst *ss, Inst *insertAfter, in InsertDeoptimization()
952 Inst *insertAfter = loopUpper->IsDominate(ss) ? ss : loopUpper; in InsertDeoptimizationForIndexOverflow() local
1185 Inst *insertAfter = nullptr; in MoveCheckOutOfLoop() local
1244 auto insertAfter = lenArray->IsDominate(saveState) ? saveState : lenArray; in ReplaceOneBoundsCheckToDeoptimizationInLoop() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp322 BBT *insertAfter = tryEndTryBlock.GetEndTryBB(); in FindInsertAfterBB() local
343 void TryCatchBlocksLower::PlaceRelocatedBB(BBT &insertAfter) in PlaceRelocatedBB()
Dlower.cpp1958 StmtNode *insertAfter = nullptr; in CleanupBranches() 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.cpp1677 void GateAccessor::GetStateInAndDependIn(GateRef insertAfter, GateRef &stateIn, GateRef &dependIn) in GetStateInAndDependIn()