/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | object_type_check_elimination.cpp | 133 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 D | deoptimize_elimination.cpp | 164 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 D | savestate_optimization.cpp | 131 block->ReplaceInst(inst, block->GetGraph()->CreateInstNOP()); in TryToRemoveRedundantSaveState()
|
H A D | adjust_arefs.cpp | 222 org->GetBasicBlock()->ReplaceInst(org, ldst); in InsertMem()
|
H A D | lowering.cpp | 517 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 D | checks_elimination.cpp | 264 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 D | bytecodeopt_peepholes.cpp | 148 nullCheck->GetBasicBlock()->ReplaceInst(nullCheck, in VisitNewObject()
|
H A D | const_array_resolver.cpp | 272 start_inst->GetBasicBlock()->ReplaceInst(start_inst, newInst); in InsertLoadConstArrayInsts()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | lowering.cpp | 127 inst->GetBasicBlock()->ReplaceInst(inst, replace); in LowerIf()
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
H A D | interop_intrinsic_optimization.h | 144 void ReplaceInst(Inst *inst, Inst **newInst, Inst *insertAfter);
|
H A D | interop_intrinsic_optimization.cpp | 908 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 D | basicblock.cpp | 1148 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) 1203 ReplaceInst(inst, deopt); 1241 ReplaceInst(inst, newInst);
|
H A D | basicblock.h | 184 void ReplaceInst(Inst *oldInst, Inst *newInst);
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_basicblock_test.cpp | 261 * @tc.desc: Verify the ReplaceInst function. 281 bb->ReplaceInst(phi, phi1); in HWTEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | basicblock.cpp | 518 void BasicBlock::ReplaceInst(Inst *old_inst, Inst *new_inst) in ReplaceInst() function in panda::compiler::BasicBlock
|
H A D | basicblock.h | 270 void ReplaceInst(Inst *old_inst, Inst *new_inst);
|