Searched refs:GCResult (Results 1 – 4 of 4) sorted by relevance
791 const GCResultInst *GCResult = ISP.getGCResult(); in LowerStatepoint() local793 if (!RetTy->isVoidTy() && GCResult) { in LowerStatepoint()794 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()
850 const GCResultInst *GCResult = ISP.getGCResult(); in LowerStatepoint() local852 if (!RetTy->isVoidTy() && GCResult) { in LowerStatepoint()853 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()
1576 CallInst *GCResult = Builder.CreateGCResult(Token, CS.getType(), Name); in makeStatepointExplicitImpl() local1577 GCResult->setAttributes( in makeStatepointExplicitImpl()1578 AttributeList::get(GCResult->getContext(), AttributeList::ReturnIndex, in makeStatepointExplicitImpl()1588 DeferredReplacement::createRAUW(CS.getInstruction(), GCResult)); in makeStatepointExplicitImpl()
1432 CallInst *GCResult = Builder.CreateGCResult(Token, CS.getType(), Name); in makeStatepointExplicitImpl() local1433 GCResult->setAttributes(CS.getAttributes().getRetAttributes()); in makeStatepointExplicitImpl()1442 DeferredReplacement::createRAUW(CS.getInstruction(), GCResult)); in makeStatepointExplicitImpl()