Home
last modified time | relevance | path

Searched refs:ReplaceInst (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dobject_type_check_elimination.cpp133 block->ReplaceInst(inst, block->GetGraph()->CreateInstNOP()); in TryEliminateCheckCast()
146 block->ReplaceInst(inst, block->GetGraph()->CreateInstNOP()); in TryEliminateCheckCast()
155 block->ReplaceInst(inst, block->GetGraph()->CreateInstNOP()); in TryEliminateCheckCast()
H A Ddeoptimize_elimination.cpp164 block->ReplaceInst(guard, graph->CreateInstNOP()); in RemoveGuard()
179 block->ReplaceInst(inst, graph->CreateInstNOP()); in RemoveDeoptimizeIf()
186 savestate->GetBasicBlock()->ReplaceInst(savestate, graph->CreateInstNOP()); in RemoveDeoptimizeIf()
H A Dsavestate_optimization.cpp131 block->ReplaceInst(inst, block->GetGraph()->CreateInstNOP()); in TryToRemoveRedundantSaveState()
H A Dadjust_arefs.cpp222 org->GetBasicBlock()->ReplaceInst(org, ldst); in InsertMem()
H A Dlowering.cpp517 inst->GetBasicBlock()->ReplaceInst(inst, newInst); in VisitLoadFromConstantPool()
1157 inst->GetBasicBlock()->ReplaceInst(inst, newInst); in LowerConstArrayIndex()
1214 ret->GetBasicBlock()->ReplaceInst(ret, retImm); in LowerReturnInst()
1388 inst->GetBasicBlock()->ReplaceInst(inst, replace); in LowerIfImmToIf()
H A Dchecks_elimination.cpp264 block->ReplaceInst(hclassCheck.value(), graph->CreateInstNOP()); in TryRemoveDominatedHclassCheck()
466 block->ReplaceInst(instDel, graph->CreateInstNOP()); in ReplaceUsersAndRemoveCheck()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp148 nullCheck->GetBasicBlock()->ReplaceInst(nullCheck, in VisitNewObject()
H A Dconst_array_resolver.cpp272 start_inst->GetBasicBlock()->ReplaceInst(start_inst, newInst); in InsertLoadConstArrayInsts()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dlowering.cpp127 inst->GetBasicBlock()->ReplaceInst(inst, replace); in LowerIf()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.h144 void ReplaceInst(Inst *inst, Inst **newInst, Inst *insertAfter);
H A Dinterop_intrinsic_optimization.cpp908 void InteropIntrinsicOptimization::ReplaceInst(Inst *inst, Inst **newInst, Inst *insertAfter) in ReplaceInst() function in ark::compiler::InteropIntrinsicOptimization
985 ReplaceInst(inst, newInst, insertAfter); in HoistAndEliminateRec()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.cpp1148 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst)
1203 ReplaceInst(inst, deopt);
1241 ReplaceInst(inst, newInst);
H A Dbasicblock.h184 void ReplaceInst(Inst *oldInst, Inst *newInst);
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_basicblock_test.cpp261 * @tc.desc: Verify the ReplaceInst function.
281 bb->ReplaceInst(phi, phi1); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp518 void BasicBlock::ReplaceInst(Inst *old_inst, Inst *new_inst) in ReplaceInst() function in panda::compiler::BasicBlock
H A Dbasicblock.h270 void ReplaceInst(Inst *old_inst, Inst *new_inst);

Completed in 15 milliseconds