Searched refs:ReplaceThrowableInst (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | bytecodeopt_peepholes.cpp | 89 graph->ReplaceThrowableInst(newObject, initObject); in ReplaceNewObjectUsers()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph.cpp | 492 void Graph::ReplaceThrowableInst(Inst *old_inst, Inst *new_inst) in ReplaceThrowableInst() function in panda::compiler::Graph 506 catch_phi->ReplaceThrowableInst(old_inst, new_inst); in ReplaceThrowableInst()
|
H A D | inst.cpp | 423 void CatchPhiInst::ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst) in ReplaceThrowableInst() function in CatchPhiInst
|
H A D | basicblock.cpp | 548 graph_->ReplaceThrowableInst(old_inst, new_inst); in ReplaceInst()
|
H A D | graph.h | 688 void ReplaceThrowableInst(Inst *old_inst, Inst *new_inst);
|
H A D | inst.h | 2800 void ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst);
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_resolver.cpp | 319 new_catch_phi->ReplaceThrowableInst(saved_throwable_inst, current_throwable_inst); in SqueezeCatchPhiInputs()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph.cpp | 736 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst() function in ark::compiler::Graph 750 catchPhi->ReplaceThrowableInst(oldInst, newInst); in ReplaceThrowableInst()
|
H A D | inst.cpp | 717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst() function in CatchPhiInst
|
H A D | graph.h | 881 void ReplaceThrowableInst(Inst *oldInst, Inst *newInst);
|
H A D | basicblock.cpp | 1178 graph_->ReplaceThrowableInst(oldInst, newInst);
|
H A D | inst.h | 6633 void ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst);
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc_resolver.cpp | 464 newCatchPhi->ReplaceThrowableInst(savedThrowableInst, currentThrowableInst); in SqueezeCatchPhiInputs()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_inst_test.cpp | 469 catch_phi_inst->ReplaceThrowableInst(graph->GetFirstConstInst(), inst); in HWTEST_F()
|
Completed in 24 milliseconds