Searched defs:throwableInst (Results 1 – 3 of 3) sorted by relevance
232 …auto throwableInst = (currentLastInst == nullptr) ? currentBb->GetFirstInst() : currentLastInst->G… in BuildInstructionsForBB() local255 void IrBuilder::ProcessThrowableInstructions(InstBuilder *instBuilder, Inst *throwableInst) in ProcessThrowableInstructions()
190 Inst *throwableInst) in AddCatchPhiInputs()
515 auto throwableInst = const_cast<Inst *>(catchPhi->GetThrowableInst(inputIdx)); in AdjustCatchPhiInputsLifetime() local