Searched refs:AppendThrowableInst (Results 1 – 9 of 9) sorted by relevance
129 GetGraph()->AppendThrowableInst(throwable_inst, catch_bb); in AddCatchPhiInputs()140 catch_phi->AppendThrowableInst(throwable_inst); in AddCatchPhiInputs()
332 new_catch_phi->AppendThrowableInst(current_throwable_inst); in SqueezeCatchPhiInputs()
408 void CatchPhiInst::AppendThrowableInst(const Inst *inst) in AppendThrowableInst() function in panda::compiler::CatchPhiInst
674 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst() function
778 catch_phi->AppendThrowableInst(inst_map_.at(id)); in ThrowableInsts()
2794 void AppendThrowableInst(const Inst *inst);
394 graph->AppendThrowableInst(catch_phi, bb); in __anon65fffef30c02()
450 catch_phi_inst->AppendThrowableInst(graph->GetFirstConstInst()); in __anon7b7a1abf0a02()
667 GetGraph()->AppendThrowableInst(&INS(3), &BB(5)); in TEST_F()