Home
last modified time | relevance | path

Searched refs:AppendThrowableInst (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp128 GetGraph()->AppendThrowableInst(throwable_inst, catch_bb); in AddCatchPhiInputs()
139 catch_phi->AppendThrowableInst(throwable_inst); in AddCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp328 new_catch_phi->AppendThrowableInst(current_throwable_inst); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp384 GetGraph()->AppendThrowableInst(throwableInst, catchBb); in AddCatchPhiInputs()
395 catchPhi->AppendThrowableInst(throwableInst); in AddCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp412 void CatchPhiInst::AppendThrowableInst(const Inst *inst) in AppendThrowableInst() function in CatchPhiInst
H A Dgraph.h676 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst() function
H A Dir_constructor.h778 catch_phi->AppendThrowableInst(inst_map_.at(id)); in ThrowableInsts()
H A Dinst.h2799 void AppendThrowableInst(const Inst *inst);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp473 newCatchPhi->AppendThrowableInst(currentThrowableInst); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_linear_scan_test.cpp1299 catchPhi->AppendThrowableInst(&INS(4U)); in TEST_F()
1300 catchPhi->AppendThrowableInst(&INS(9U)); in TEST_F()
1302 graph->AppendThrowableInst(&INS(4U), &BB(5U)); in TEST_F()
1303 graph->AppendThrowableInst(&INS(9U), &BB(5U)); in TEST_F()
H A Dliveness_analyzer_test.cpp646 GetGraph()->AppendThrowableInst(&INS(3U), &BB(5U)); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp394 graph->AppendThrowableInst(catch_phi, bb); in HWTEST_F()
H A Dcompiler_inst_test.cpp463 catch_phi_inst->AppendThrowableInst(graph->GetFirstConstInst()); in HWTEST_F()
H A Dliveness_analyzer_test.cpp667 GetGraph()->AppendThrowableInst(&INS(3), &BB(5)); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp707 void CatchPhiInst::AppendThrowableInst(const Inst *inst) in AppendThrowableInst() function in CatchPhiInst
H A Dgraph.h869 void AppendThrowableInst(const Inst *inst, BasicBlock *catchHandler) in AppendThrowableInst() function
H A Dir_constructor.h984 catchPhi->AppendThrowableInst(instMap_.at(id)); in ThrowableInsts()
H A Dinst.h6632 void AppendThrowableInst(const Inst *inst);

Completed in 35 milliseconds