Searched defs:insertAfter (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | ptr_list_ref.h | 417 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 D | memory_coalescing.cpp | 436 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 D | checks_elimination.cpp | 802 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 D | interop_intrinsic_optimization.cpp | 908 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 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
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | lower.cpp | 613 StmtNode *insertAfter = nullptr; in CleanupBranches() local
|
Completed in 11 milliseconds