Home
last modified time | relevance | path

Searched refs:AppendThrowableInst (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp129 GetGraph()->AppendThrowableInst(throwable_inst, catch_bb); in AddCatchPhiInputs()
140 catch_phi->AppendThrowableInst(throwable_inst); in AddCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp332 new_catch_phi->AppendThrowableInst(current_throwable_inst); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp408 void CatchPhiInst::AppendThrowableInst(const Inst *inst) in AppendThrowableInst() function in panda::compiler::CatchPhiInst
Dgraph.h674 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst() function
Dir_constructor.h778 catch_phi->AppendThrowableInst(inst_map_.at(id)); in ThrowableInsts()
Dinst.h2794 void AppendThrowableInst(const Inst *inst);
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp394 graph->AppendThrowableInst(catch_phi, bb); in __anon65fffef30c02()
Dcompiler_inst_test.cpp450 catch_phi_inst->AppendThrowableInst(graph->GetFirstConstInst()); in __anon7b7a1abf0a02()
Dliveness_analyzer_test.cpp667 GetGraph()->AppendThrowableInst(&INS(3), &BB(5)); in TEST_F()