Searched refs:GetThrowableInst (Results 1 – 4 of 4) sorted by relevance
310 auto current_throwable_inst = catch_phi->GetThrowableInst(i); in SqueezeCatchPhiInputs()318 auto saved_throwable_inst = new_catch_phi->GetThrowableInst(j); in SqueezeCatchPhiInputs()
121 inst = inst->CastToCatchPhi()->GetThrowableInst(user.GetIndex()); in GetDominators()
410 auto throwable_inst = const_cast<Inst *>(catch_phi->GetThrowableInst(input_idx)); in AdjustCatchPhiInputsLifetime()
2788 const Inst *GetThrowableInst(size_t i) const in GetThrowableInst() function