Searched defs:throwableInst (Results 1 – 5 of 5) sorted by relevance
101 …auto throwableInst = (currentLastInst == nullptr) ? bb->GetFirstInst() : currentLastInst->GetNext(… in BuildInstructionsForBB() local118 …ilderDynamic::ProcessThrowableInstructions(InstBuilder *instBuilder, compiler::Inst *throwableInst) in ProcessThrowableInstructions()
123 const compiler::InstVector &defs, compiler::Inst *throwableInst) in AddCatchPhiInputs()
297 …auto throwableInst = (currentLastInst == nullptr) ? currentBb->GetFirstInst() : currentLastInst->G… in AddInstructionToBB() local347 void IrBuilder::ProcessThrowableInstructions(Inst *throwableInst) in ProcessThrowableInstructions()
375 Inst *throwableInst) in AddCatchPhiInputs()
535 auto throwableInst = const_cast<Inst *>(catchPhi->GetThrowableInst(inputIdx)); in AdjustCatchPhiInputsLifetime() local